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-25T05:35:01.522Z||main|||||INFO|500||The following profiles are active: basic
2022-06-25T05:35:30.160Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-25T05:35:30.161Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-25T05:35:30.375Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-25T05:35:39.698Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-25T05:35:40.926Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-25T05:35:42.426Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-25T05:35:42.448Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-25T05:35:42.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-25T05:35:44.084Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-25T05:35:46.021Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-25T05:35:50.994Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-25T05:35:57.157Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-25T05:35:57.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-25T05:36:00.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-25T05:36:01.837Z||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-25T05:36:06.002Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-25T05:36:09.110Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-25T05:36:09.160Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-25T05:36:09.162Z||main|||||WARN|500||The sdc end point is not alive
2022-06-25T05:36:17.965Z||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-25T05:36:26.983Z||main|||||WARN|500||---
2022-06-25T05:36:26.986Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-25T05:36:26.987Z||main|||||WARN|500||---
2022-06-25T05:36:28.012Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-25T05:36:38.554Z||main|||||INFO|500||Started Application in 106.221 seconds (JVM running for 112.743)
2022-06-25T05:36:38.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:36:38.657Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:36:38.748Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:36:38.843Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:36:39.009Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0fb0edcb-b395-485c-b540-d73b162a9840 url= /sdc/v1/artifactTypes
2022-06-25T05:36:39.010Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:36:40.210Z||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.21.117] 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$$bb73762b.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-25T05:36:40.224Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fc401dd
2022-06-25T05:36:40.227Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-25T05:36:40.272Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-25T05:36:40.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-25T05:36:40.298Z||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$$bb73762b.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-25T05:37:28.502Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:37:28.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:37:28.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:37:28.513Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:37:28.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fcdccdd7-93a8-428a-860b-cadcedde46de url= /sdc/v1/artifactTypes
2022-06-25T05:37:28.524Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:37:29.569Z||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.21.117] 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$$bb73762b.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-25T05:37:29.570Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e985de6
2022-06-25T05:37:29.570Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-25T05:37:29.571Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-25T05:37:29.571Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-25T05:37:29.572Z||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$$bb73762b.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-25T05:38:18.502Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:38:18.510Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:38:18.511Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:38:18.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:38:18.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58199ded-4503-48e9-9ee6-26e8d11d323c url= /sdc/v1/artifactTypes
2022-06-25T05:38:18.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:38:19.550Z||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.21.117] 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$$bb73762b.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-25T05:38:19.551Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b3c984
2022-06-25T05:38:19.552Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-25T05:38:19.553Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-25T05:38:19.557Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-25T05:38:19.558Z||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$$bb73762b.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-25T05:39:08.501Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:39:08.502Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:39:08.503Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:39:08.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:39:08.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a72eec9c-a449-472e-acf3-bdef095d6c95 url= /sdc/v1/artifactTypes
2022-06-25T05:39:08.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:39:08.945Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-25T05:39:08.961Z||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-25T05:39:09.008Z||scheduling-1|||||DEBUG|500||create keys
2022-06-25T05:39:09.023Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-25T05:39:09.092Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:39:09.126Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1f4b336f-d15a-4e4d-aabd-a719511117dd url= /sdc/v1/registerForDistribution
2022-06-25T05:39:09.317Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1f4b336f-d15a-4e4d-aabd-a719511117dd url= /sdc/v1/registerForDistribution
2022-06-25T05:39:09.318Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-25T05:39:09.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:39:09.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:39:09.355Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-25T05:39:09.356Z||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-25T05:39:09.356Z||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-25T05:39:09.357Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:39:09.356Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:39:19.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:39:19.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:40:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:40:09.334Z||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-25T05:40:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:40:09.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:40:09.342Z||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-25T05:40:09.343Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:40:18.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:40:18.930Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:41:09.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:41:09.334Z||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-25T05:41:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:41:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:41:09.338Z||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-25T05:41:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:41:18.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:41:18.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:42:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:42:09.333Z||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-25T05:42:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:42:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:42:09.339Z||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-25T05:42:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:42:18.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:42:18.914Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:43:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:43:09.333Z||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-25T05:43:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:43:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:43:09.342Z||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-25T05:43:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:43:18.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:43:20.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:44:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:44:09.335Z||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-25T05:44:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:44:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:44:09.338Z||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-25T05:44:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:44:18.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:44:18.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:45:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:45:09.336Z||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-25T05:45:09.336Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:45:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:45:09.338Z||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-25T05:45:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:45:18.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:45:18.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:45:38.719Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-25T05:46:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:46:09.334Z||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-25T05:46:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:46:09.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:46:09.340Z||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-25T05:46:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:46:18.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:46:18.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:47:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:47:09.335Z||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-25T05:47:09.336Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:47:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:47:09.338Z||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-25T05:47:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:47:18.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:47:18.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:48:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:48:09.334Z||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-25T05:48:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:48:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:48:09.339Z||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-25T05:48:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:48:18.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:48:18.894Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:49:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:49:09.334Z||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-25T05:49:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:49:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:49:09.337Z||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-25T05:49:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:49:18.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:49:18.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:50:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:50:09.334Z||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-25T05:50:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:50:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:50:09.338Z||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-25T05:50:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:50:18.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:50:18.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:51:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:51:09.333Z||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-25T05:51:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:51:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:51:09.339Z||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-25T05:51:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:51:18.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:51:18.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:52:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:52:09.332Z||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-25T05:52:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:52:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:52:09.338Z||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-25T05:52:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:52:18.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:52:18.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:53:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:53:09.332Z||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-25T05:53:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:53:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:53:09.339Z||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-25T05:53:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:53:18.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:53:18.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:54:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:54:09.334Z||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-25T05:54:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:54:09.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:54:09.340Z||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-25T05:54:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:54:18.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:54:18.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:55:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:55:09.333Z||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-25T05:55:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:55:09.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:55:09.338Z||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-25T05:55:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:55:18.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:55:18.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:56:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:56:09.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:56:09.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:56:09.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:56:09.341Z||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-25T05:56:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:56:18.944Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:56:18.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:57:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:57:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:57:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:57:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:57:09.341Z||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-25T05:57:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:57:18.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:57:18.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:58:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:58:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:58:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:58:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:58:09.338Z||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-25T05:58:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:58:18.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:58:18.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:59:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:59:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:59:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:59:09.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:59:09.347Z||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-25T05:59:09.347Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:59:18.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T05:59:18.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:00:09.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:00:09.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:00:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:00:09.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:00:09.337Z||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-25T06:00:09.337Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:00:18.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:00:18.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:01:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:01:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:01:09.335Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:01:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:01:09.338Z||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-25T06:01:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:01:18.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:01:18.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:02:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:02:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:02:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:02:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:02:09.338Z||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-25T06:02:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:02:18.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:02:18.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:03:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:03:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:03:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:03:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:03:09.338Z||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-25T06:03:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:03:18.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:03:18.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:04:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:04:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:04:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:04:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:04:09.338Z||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-25T06:04:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:04:18.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:04:18.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:05:09.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:05:09.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:05:09.338Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:05:09.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:05:09.338Z||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-25T06:05:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:05:18.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:05:18.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:06:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:06:09.332Z||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-25T06:06:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:06:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:06:09.338Z||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-25T06:06:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:06:18.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:06:18.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:07:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:07:09.332Z||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-25T06:07:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:07:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:07:09.338Z||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-25T06:07:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:07:18.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:07:18.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:08:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:08:09.332Z||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-25T06:08:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:08:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:08:09.339Z||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-25T06:08:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:08:18.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:08:18.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:09:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:09:09.332Z||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-25T06:09:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:09:09.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:09:09.338Z||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-25T06:09:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:09:18.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:09:18.895Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:10:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:10:09.332Z||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-25T06:10:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:10:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:10:09.338Z||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-25T06:10:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:10:18.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:10:18.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:11:09.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:11:09.335Z||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-25T06:11:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:11:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:11:09.345Z||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-25T06:11:09.345Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:11:18.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:11:18.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:12:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:12:09.334Z||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-25T06:12:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:12:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:12:09.338Z||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-25T06:12:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:12:18.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:12:18.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:13:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:13:09.333Z||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-25T06:13:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:13:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:13:09.338Z||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-25T06:13:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:13:18.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:13:18.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:14:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:14:09.334Z||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-25T06:14:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:14:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:14:09.349Z||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-25T06:14:09.350Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:14:18.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:14:18.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:15:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:15:09.332Z||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-25T06:15:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:15:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:15:09.338Z||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-25T06:15:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:15:18.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:15:18.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:16:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:16:09.333Z||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-25T06:16:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:16:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:16:09.341Z||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-25T06:16:09.341Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:16:18.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:16:18.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:17:09.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:17:09.335Z||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-25T06:17:09.336Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:17:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:17:09.338Z||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-25T06:17:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:17:18.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:17:18.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:18:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:18:09.334Z||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-25T06:18:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:18:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:18:09.338Z||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-25T06:18:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:18:18.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:18:18.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:19:09.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:19:09.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:19:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:19:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:19:09.338Z||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-25T06:19:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:19:18.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:19:18.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:20:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:20:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:20:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:20:09.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:20:09.343Z||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-25T06:20:09.344Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:20:18.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:20:18.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:21:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:21:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:21:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:21:09.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:21:09.339Z||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-25T06:21:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:21:18.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:21:18.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:22:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:22:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:22:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:22:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:22:09.338Z||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-25T06:22:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:22:18.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:22:18.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:23:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:23:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:23:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:23:09.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:23:09.340Z||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-25T06:23:09.341Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:23:18.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:23:18.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:24:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:24:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:24:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:24:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:24:09.338Z||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-25T06:24:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:24:18.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:24:18.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:25:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:25:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:25:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:25:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:25:09.338Z||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-25T06:25:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:25:18.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:25:18.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:26:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:26:09.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:26:09.338Z||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-25T06:26:09.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:26:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:26:09.340Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:26:18.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:26:18.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:27:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:27:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:27:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:27:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:27:09.338Z||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-25T06:27:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:27:18.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:27:18.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:28:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:28:09.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:28:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:28:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:28:09.338Z||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-25T06:28:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:28:18.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:28:18.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:29:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:29:09.335Z||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-25T06:29:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:29:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:29:09.338Z||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-25T06:29:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:29:18.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:29:18.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:30:09.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:30:09.332Z||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-25T06:30:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:30:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:30:09.339Z||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-25T06:30:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:30:18.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:30:18.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:31:09.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:31:09.333Z||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-25T06:31:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:31:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:31:09.338Z||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-25T06:31:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:31:18.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:31:18.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:32:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:32:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:32:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:32:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:32:09.339Z||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-25T06:32:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:32:18.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:32:18.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:33:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:33:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:33:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:33:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:33:09.338Z||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-25T06:33:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:33:18.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:33:18.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:34:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:34:09.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:34:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:34:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:34:09.342Z||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-25T06:34:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:34:18.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:34:18.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:35:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:35:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:35:09.338Z||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-25T06:35:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:09.492Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:09.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138888181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138880046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138879549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138897032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:09.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:09.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138896539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:09.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:09.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "cds",
  "timestamp": 1656138898053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-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=?
2022-06-25T06:35:09.980Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:09.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"61e51c1e-eada-4655-93eb-f93597a2df76","serviceName":"basic_onboard_WLtIYg","serviceVersion":"1.0","serviceUUID":"530368a0-89f9-4822-8f6f-9896e607b37c","serviceDescription":"service","serviceInvariantUUID":"ea78229e-8633-4861-a54b-506d0c3131ff","resources":[{"resourceInstanceName":"basic_onboard_WLtIYg 0","resourceName":"basic_onboard_WLtIYg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74eac6d9-1631-45d7-a86c-6261aac3db5b","resourceInvariantUUID":"8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2","resourceCustomizationUUID":"af298019-5ba9-4df0-bb68-79951fddea65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml","artifactChecksum":"NzdkMjNiYjg3NTZjYTU2MzQwZjFkYTQ2ODVmYzNlZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9e69bf9-f247-47d7-9b50-3e8bfc094620","artifactVersion":"1"},{"artifactName":"basic_onboard_wltiyg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json","artifactChecksum":"N2YzYjRlOTEwNTJkNjFmZGMyZWJkODU1Mzc4Yjk2ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8aae1700-2475-4cf2-8393-9b857d882313","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2af34f48-ccb0-4618-9799-ff2ca563a2c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bdfb9aa4-9fcd-4c2c-8f59-e5c6c668c999","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22989ec9-c488-4524-b77c-5bc8b69da2a4","artifactVersion":"2","generatedFromUUID":"2af34f48-ccb0-4618-9799-ff2ca563a2c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWltiyg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml","artifactChecksum":"ZmY3OTU3ODEwMGZmOTU4MzljODZiNDg4NTU5YmIyZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98330b10-c3ad-404a-b214-63e46033f2a4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWltiyg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar","artifactChecksum":"NmMwYzExNzE3MDZjY2MyMzEyNjFmM2E1ODdiNTJkNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b516d26-ccd9-4ba5-8556-6614ca7756a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:35:10.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:10.014Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:10.045Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:10.046Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-25T06:35:10.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.144Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-25T06:35:10.166Z||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-25T06:35:10.166Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:10.170Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 and ComponentName cds
2022-06-25T06:35:10.184Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:10.186Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-25T06:35:10.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:10.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138899684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138899469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138900983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138900484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138902126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138901119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:10.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "policy-id",
  "timestamp": 1656138901490,
  "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-25T06:35:10.295Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.295Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:35:10.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138902611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138903229,
  "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-25T06:35:10.338Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:35:10.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138902124,
  "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-25T06:35:10.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:35:10.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138904245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:10.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:35:10.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:35:10.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:35:10.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:10.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:35:11.074Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:11.074Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:11.077Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:11.077Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:35:11.178Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:35:11.180Z||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-25T06:35:11.181Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:11.198Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:11.199Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:12.078Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:12.085Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:12.089Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:12.089Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:35:12.189Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:12.191Z||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-25T06:35:12.191Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:12.209Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:12.210Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:13.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:13.098Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:13.109Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:13.110Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:13.203Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-25T06:35:13.204Z||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-25T06:35:13.205Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:13.225Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:13.226Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:14.112Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:14.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:14.116Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:14.116Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-25T06:35:14.217Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:35:14.219Z||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-25T06:35:14.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:14.272Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:14.274Z||pool-7-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:15.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:15.119Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:15.123Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:15.124Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:35:15.225Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:35:15.231Z||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-25T06:35:15.232Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:15.251Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:15.252Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:16.124Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:16.125Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:16.129Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:16.130Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:35:16.231Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:35:16.234Z||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-25T06:35:16.234Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:16.265Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:16.266Z||pool-9-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:17.134Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "serviceName": "basic_onboard_WLtIYg",
  "serviceVersion": "1.0",
  "serviceUUID": "530368a0-89f9-4822-8f6f-9896e607b37c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea78229e-8633-4861-a54b-506d0c3131ff",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WLtIYg 0",
      "resourceCustomizationUUID": "af298019-5ba9-4df0-bb68-79951fddea65",
      "resourceName": "basic_onboard_WLtIYg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74eac6d9-1631-45d7-a86c-6261aac3db5b",
      "resourceInvariantUUID": "8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wltiyg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
          "artifactChecksum": "N2YzYjRlOTEwNTJkNjFmZGMyZWJkODU1Mzc4Yjk2ZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8aae1700-2475-4cf2-8393-9b857d882313",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2af34f48-ccb0-4618-9799-ff2ca563a2c2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "22989ec9-c488-4524-b77c-5bc8b69da2a4",
            "generatedFromUUID": "2af34f48-ccb0-4618-9799-ff2ca563a2c2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "22989ec9-c488-4524-b77c-5bc8b69da2a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWltiyg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
      "artifactChecksum": "NmMwYzExNzE3MDZjY2MyMzEyNjFmM2E1ODdiNTJkNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b516d26-ccd9-4ba5-8556-6614ca7756a8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T06:35:17.136Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:35:17.136Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 530368a0-89f9-4822-8f6f-9896e607b37c ASDC
2022-06-25T06:35:17.359Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:61e51c1e-eada-4655-93eb-f93597a2df76
ServiceName:basic_onboard_WLtIYg
ServiceVersion:1.0
ServiceUUID:530368a0-89f9-4822-8f6f-9896e607b37c
ServiceInvariantUUID:ea78229e-8633-4861-a54b-506d0c3131ff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWltiyg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
ArtifactUUID:0b516d26-ccd9-4ba5-8556-6614ca7756a8
ArtifactChecksum:NmMwYzExNzE3MDZjY2MyMzEyNjFmM2E1ODdiNTJkNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WLtIYg 0
ResourceCustomizationUUID:af298019-5ba9-4df0-bb68-79951fddea65
ResourceInvariantUUID:8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2
ResourceName:basic_onboard_WLtIYg
ResourceType:VF
ResourceUUID:74eac6d9-1631-45d7-a86c-6261aac3db5b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wltiyg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
ArtifactUUID:8aae1700-2475-4cf2-8393-9b857d882313
ArtifactChecksum:N2YzYjRlOTEwNTJkNjFmZGMyZWJkODU1Mzc4Yjk2ZmM=
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/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2af34f48-ccb0-4618-9799-ff2ca563a2c2
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/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
ArtifactUUID:22989ec9-c488-4524-b77c-5bc8b69da2a4
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/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
ArtifactUUID:22989ec9-c488-4524-b77c-5bc8b69da2a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-25T06:35:17.359Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 530368a0-89f9-4822-8f6f-9896e607b37c 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-25T06:35:17.475Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:35:17.476Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:35:17.529Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:35:17.530Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b516d26-ccd9-4ba5-8556-6614ca7756a8 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:17.531Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:17.538Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:18.059Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:18.099Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar 0b516d26-ccd9-4ba5-8556-6614ca7756a8 71591
2022-06-25T06:35:18.103Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar ASDC sendASDCNotification
2022-06-25T06:35:18.103Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:18.119Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:18.121Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:18.126Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:18.126Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138918100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:18.232Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-25T06:35:18.233Z||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-25T06:35:18.233Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:18.253Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:18.254Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:19.128Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:35:19.130Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:35:19.131Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0b516d26-ccd9-4ba5-8556-6614ca7756a8, URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar to file: /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:19.132Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:19.312Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:19.312Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:20.734Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4827570113136303909/Definitions/service-BasicOnboardWltiyg-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-25T06:35:25.636Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:35:25.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:35:25.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-25T06:35:25.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WLtIYg 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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.646Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.646Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:35:25.656Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.660Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.669Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.670Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:35:25.672Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:35:25.675Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.676Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.676Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.676Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:35:25.677Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:35:25.677Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.677Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.683Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.683Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-25T06:35:25.685Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:35:25.686Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.686Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:35:25.691Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.692Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.692Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:25.693Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.698Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.699Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:25.699Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.699Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.700Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:25.700Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.700Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is not matching search criteria
2022-06-25T06:35:25.701Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-25T06:35:25.701Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-25T06:35:25.701Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c74b63de-b106-4f4d-a502-13feed13c6da
2022-06-25T06:35:25.702Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.702Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.702Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.703Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.703Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.704Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.704Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:25.704Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.707Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WLtIYg
Description:service
Model UUID:530368a0-89f9-4822-8f6f-9896e607b37c
Model Version:NULL
Model InvariantUuid:ea78229e-8633-4861-a54b-506d0c3131ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WLtIYg
Model UUID:74d98e93-1266-4c5a-814a-fa361874679d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af298019-5ba9-4df0-bb68-79951fddea65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d923109-976a-4ec5-9245-ff8ebc3beb11
ModelName:BasicOnboardWltiyg..base_ubuntu18..module-0
ModelUuid:6721c71d-f2a5-4fb8-bf2f-a20d74810f5e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c74b63de-b106-4f4d-a502-13feed13c6da
ModelInvariantUuid:aeac9d86-f5ee-44e6-aabe-61fc1839c268
ModelName:basic_onboard_WLtIYg-nodes.ubuntu18Cvfc
ModelUuid:789c4404-81b2-46c1-915d-f9e8fdf7b457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5bba7988-a0e5-4acd-ba84-7363a4dc3fa0
ModelInvariantUuid:6e8b6fed-3673-4dbc-8c2b-fd2536cc2cdc
ModelName:BasicOnboardWltiyg.compute.nodes.heat.ubuntu18
ModelUuid:ca9fbe83-40c2-4445-a7ec-9e0a7794f462
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-25T06:35:25.725Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 74eac6d9-1631-45d7-a86c-6261aac3db5b
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-25T06:35:26.008Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||basic_onboard_WLtIYg 0
2022-06-25T06:35:26.019Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74eac6d9-1631-45d7-a86c-6261aac3db5b
2022-06-25T06:35:26.019Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8aae1700-2475-4cf2-8393-9b857d882313 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:26.019Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:26.020Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:26.126Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:26.127Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json 8aae1700-2475-4cf2-8393-9b857d882313 798
2022-06-25T06:35:26.127Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json ASDC sendASDCNotification
2022-06-25T06:35:26.127Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:26.128Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:26.128Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:26.132Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:26.132Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138926127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:26.232Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:26.233Z||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-25T06:35:26.233Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:26.249Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:26.250Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:27.137Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWltiyg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0d923109-976a-4ec5-9245-ff8ebc3beb11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6721c71d-f2a5-4fb8-bf2f-a20d74810f5e",
    "vfModuleModelCustomizationUUID": "92cf1eb8-32e4-4171-a465-5822c9a08ba7",
    "isBase": true,
    "artifacts": [
      "2af34f48-ccb0-4618-9799-ff2ca563a2c2",
      "22989ec9-c488-4524-b77c-5bc8b69da2a4"
    ],
    "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-25T06:35:27.172Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWltiyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6721c71d-f2a5-4fb8-bf2f-a20d74810f5e
VfModuleModelInvariantUUID:0d923109-976a-4ec5-9245-ff8ebc3beb11
VfModuleModelDescription:NULL
Artifacts UUID List:{
2af34f48-ccb0-4618-9799-ff2ca563a2c2
,
22989ec9-c488-4524-b77c-5bc8b69da2a4

}
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-25T06:35:27.178Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWltiyg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0d923109-976a-4ec5-9245-ff8ebc3beb11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6721c71d-f2a5-4fb8-bf2f-a20d74810f5e",
    "vfModuleModelCustomizationUUID": "92cf1eb8-32e4-4171-a465-5822c9a08ba7",
    "isBase": true,
    "artifacts": [
      "2af34f48-ccb0-4618-9799-ff2ca563a2c2",
      "22989ec9-c488-4524-b77c-5bc8b69da2a4"
    ],
    "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-25T06:35:27.178Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWltiyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6721c71d-f2a5-4fb8-bf2f-a20d74810f5e
VfModuleModelInvariantUUID:0d923109-976a-4ec5-9245-ff8ebc3beb11
VfModuleModelDescription:NULL
Artifacts UUID List:{
2af34f48-ccb0-4618-9799-ff2ca563a2c2
,
22989ec9-c488-4524-b77c-5bc8b69da2a4

}
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-25T06:35:27.179Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2af34f48-ccb0-4618-9799-ff2ca563a2c2 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:27.179Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:27.179Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:27.328Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:27.329Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml 2af34f48-ccb0-4618-9799-ff2ca563a2c2 5033
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:27.333Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:27.334Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138927330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:27.434Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:27.435Z||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-25T06:35:27.436Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:27.457Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:27.458Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:28.335Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 22989ec9-c488-4524-b77c-5bc8b69da2a4 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:28.335Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:28.342Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:28.534Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:28.535Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env 22989ec9-c488-4524-b77c-5bc8b69da2a4 909
2022-06-25T06:35:28.536Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-25T06:35:28.536Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:28.536Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:28.537Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:28.547Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:28.548Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138928536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:35:28.647Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:35:28.648Z||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-25T06:35:28.649Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:28.665Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:28.668Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:29.549Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 530368a0-89f9-4822-8f6f-9896e607b37c
2022-06-25T06:35:29.550Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WLtIYg 0 74eac6d9-1631-45d7-a86c-6261aac3db5b 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-25T06:35:29.603Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ed015df, org.onap.sdc.toscaparser.api.parameters.Input@58776e9a, org.onap.sdc.toscaparser.api.parameters.Input@5fad5875, org.onap.sdc.toscaparser.api.parameters.Input@3ebc58b2, org.onap.sdc.toscaparser.api.parameters.Input@10ecdc57]
2022-06-25T06:35:29.609Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.609Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.609Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-25T06:35:29.610Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= af298019-5ba9-4df0-bb68-79951fddea65
2022-06-25T06:35:29.610Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af298019-5ba9-4df0-bb68-79951fddea65 matches Tosca VF Customization UUID: af298019-5ba9-4df0-bb68-79951fddea65
2022-06-25T06:35:29.610Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: af298019-5ba9-4df0-bb68-79951fddea65  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-25T06:35:29.621Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.622Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.624Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id af298019-5ba9-4df0-bb68-79951fddea65: {\"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-25T06:35:29.625Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30f738cd
2022-06-25T06:35:29.625Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.625Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:35:29.626Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92cf1eb8-32e4-4171-a465-5822c9a08ba7
2022-06-25T06:35:29.628Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92cf1eb8-32e4-4171-a465-5822c9a08ba7
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-25T06:35:29.638Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.639Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.640Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:29.642Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.642Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.642Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is not matching search criteria
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-25T06:35:29.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c74b63de-b106-4f4d-a502-13feed13c6da
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-25T06:35:29.656Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.657Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.657Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:29.658Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.658Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.658Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=af298019-5ba9-4df0-bb68-79951fddea65
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-25T06:35:29.662Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.662Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.663Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 530368a0-89f9-4822-8f6f-9896e607b37c: basic_onboard_WLtIYg
2022-06-25T06:35:29.663Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.663Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.665Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.665Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.665Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:35:29.666Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.666Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_WLtIYg 
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-25T06:35:29.943Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WLtIYg 74eac6d9-1631-45d7-a86c-6261aac3db5b 1 ASDC deployResourceStructure
2022-06-25T06:35:29.944Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json ASDC sendASDCNotification
2022-06-25T06:35:29.944Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:29.945Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:29.945Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:29.948Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:29.948Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138929944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:30.048Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:35:30.050Z||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-25T06:35:30.057Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:30.074Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:30.075Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:35:30.953Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-25T06:35:30.953Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:30.954Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:30.954Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:30.959Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:30.959Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138930953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:31.061Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:35:31.063Z||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-25T06:35:31.063Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:31.079Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:31.080Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:35:31.960Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-25T06:35:31.961Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:31.962Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:31.962Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:31.965Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:31.965Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138931960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:32.065Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:32.067Z||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-25T06:35:32.067Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:32.087Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:32.088Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:32.967Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar ASDC sendASDCNotification
2022-06-25T06:35:32.967Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:32.967Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:32.968Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:32.975Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:32.976Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138932966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:35:33.074Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:35:33.075Z||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-25T06:35:33.076Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:33.094Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:35:33.095Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:33.978Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:35:34.026Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:35:34.034Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:35:34.034Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:35:34.035Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:36:04.035Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:36:04.058Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:36:04.064Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:36:04.065Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:36:04.065Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:36:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:36:09.339Z||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-25T06:36:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:36:09.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:36:09.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:36:09.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-25T06:36:09.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:36:34.066Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:36:34.088Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:36:34.096Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:36:34.097Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:36:34.097Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:37:04.098Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:37:04.140Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:37:04.147Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:37:04.148Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:37:04.148Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:37:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:37:09.341Z||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-25T06:37:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:37:09.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:37:09.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:37:09.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:37:09.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:37:34.148Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:37:34.166Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:37:34.171Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:37:34.171Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:37:34.171Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:38:04.172Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:38:04.201Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:38:04.212Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:38:04.212Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:38:04.213Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:38:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:38:09.339Z||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-25T06:38:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:38:09.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:38:09.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138908404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138891470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:09.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138903181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138909496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138909693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138891677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138910971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "clamp",
  "timestamp": 1656138910500,
  "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-25T06:38:09.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:38:09.914Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656138897356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138910700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138912487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.953Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "cds",
  "timestamp": 1656138911978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-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-25T06:38:09.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:09.990Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "policy-id",
  "timestamp": 1656138911703,
  "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-25T06:38:10.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.031Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138913703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138914850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138915348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138915889,
  "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-25T06:38:10.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.070Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:10.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "aai-ml",
  "timestamp": 1656138916354,
  "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-25T06:38:10.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:38:10.106Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:38:10.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656138916904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138909548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138918100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138917444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138911503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138920869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656138921874,
  "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-25T06:38:10.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.147Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138894678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:38:10.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:38:10.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138924564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138926127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138927330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138928536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138929944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138929399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138930953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138931960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138931406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138932966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "clamp",
  "timestamp": 1656138932409,
  "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-25T06:38:10.193Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.193Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138935160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:38:10.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "aai-ml",
  "timestamp": 1656138936166,
  "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-25T06:38:10.253Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:34.214Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:38:34.241Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:38:34.265Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:38:34.266Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:38:34.268Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:38:34.268Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:38:34.269Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:38:34.269Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:38:34.270Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:38:34.270Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:38:34.271Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:38:34.271Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:38:34.272Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T06:38:34.281Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:39:04.282Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:39:04.337Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61e51c1e-eada-4655-93eb-f93597a2df76 and serviceModelVersionId: 530368a0-89f9-4822-8f6f-9896e607b37c
2022-06-25T06:39:04.338Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea78229e-8633-4861-a54b-506d0c3131ff
2022-06-25T06:39:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:39:09.338Z||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-25T06:39:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:18.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:30.784Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0
2022-06-25T06:39:31.053Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:39:31.994Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|INFO|500||Invoke
2022-06-25T06:39:32.010Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61e51c1e-eada-4655-93eb-f93597a2df76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0bc2ea45-9acc-43f6-88dc-a4fb4ce462d9], X-ECOMP-RequestID=[61e51c1e-eada-4655-93eb-f93597a2df76], X-TransactionId=[], X-ONAP-RequestID=[61e51c1e-eada-4655-93eb-f93597a2df76], Content-Type=[application/merge-patch+json]}
2022-06-25T06:39:32.219Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T06:39:32.471Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?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/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220625-06:39:31:542-65506], vertex-id=[143592], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:39:31 GMT], Content-Type=[application/json]}
2022-06-25T06:39:32.475Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:39:32.476Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|INFO|500||InvokeReturn
2022-06-25T06:39:32.483Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:39:32.483Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T06:39:32.493Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T06:39:32.500Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61e51c1e-eada-4655-93eb-f93597a2df76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:39:32.503Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:39:32.504Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:32.510Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:32.510Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139172500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:39:32.610Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:32.612Z||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-25T06:39:32.612Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:32.627Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:32.628Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T06:39:33.530Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T06:39:33.531Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b25dfcc1-6b60-4d88-9779-d57a8729179d","serviceName":"vFW 2022-06-25 06-33-17","serviceVersion":"1.0","serviceUUID":"248e11e9-741c-45ec-a27d-841c8c6d6835","serviceDescription":"catalog service description","serviceInvariantUUID":"94286b28-0ddc-4941-b5a5-aafdeb956d99","resources":[{"resourceInstanceName":"vFW dbe88ea6-ae0a 0","resourceName":"vFW dbe88ea6-ae0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c604b1bf-ef7d-46f0-adb7-ac838b7590f2","resourceInvariantUUID":"9f61a4fc-7e11-4db7-b683-2f7b575e04d6","resourceCustomizationUUID":"751d1057-6803-4a0e-ae60-39589338f18e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml","artifactChecksum":"YWNjZTRkZDlmZGU2ZWIyY2MwZWNiNjMxYjBiZmU4NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea2ca57-6259-4f84-913b-c714ff79de97","artifactVersion":"1"},{"artifactName":"vfwdbe88ea6ae0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json","artifactChecksum":"OTkxZmQ5YjQ1YjVlOWJkNGM0YWQ1ZDQxN2NkOTVhNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73718f0c-9a5c-4157-b0d6-aced39b609c1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f8d0b4e-b470-47fb-96e8-9df1d683c99d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml","artifactChecksum":"Njg0Y2Y1ZDZlYTgxMTZjM2E0OTJjMTE4ZGU2YjY4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d5e65d9-567d-47a7-b914-f63b921138c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7356da1-2f11-4ffd-946d-207cf37659a2","artifactVersion":"2","generatedFromUUID":"2f8d0b4e-b470-47fb-96e8-9df1d683c99d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220625063317-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml","artifactChecksum":"NmY1NzRkMTA2NmQ5YjQ2MjU2NjM2YWZhZjQwN2UxMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba785010-fce6-4913-966b-c5740894f55d","artifactVersion":"1"},{"artifactName":"service-Vfw20220625063317-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar","artifactChecksum":"MTUzMzc1YmU5MzQzZTdlMmY0ZDdkZWU5YmFjZGMxOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a8efca7-40d3-46dc-b9c8-b18f58492405","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:39:33.532Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:33.533Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:33.538Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:33.538Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:39:33.638Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:33.640Z||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-25T06:39:33.641Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:33.657Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:33.658Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:34.539Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:34.540Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:34.543Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:34.543Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:39:34.643Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:34.645Z||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-25T06:39:34.645Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:34.659Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:34.660Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:35.545Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:35.546Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:35.557Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:35.558Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:39:35.650Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-25T06:39:35.651Z||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-25T06:39:35.651Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:35.666Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:35.667Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:39:36.559Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:36.561Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:36.564Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:36.564Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:39:36.667Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:39:36.670Z||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-25T06:39:36.671Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:36.689Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:36.690Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:37.565Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:37.566Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:37.569Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:37.569Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-25T06:39:37.671Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:39:37.673Z||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-25T06:39:37.673Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:37.689Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:37.689Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:38.570Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:38.571Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:38.576Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:38.576Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:39:38.677Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:39:38.679Z||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-25T06:39:38.680Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:38.699Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:38.701Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:39.577Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:39.578Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:39.582Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:39.582Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:39:39.682Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:39.684Z||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-25T06:39:39.684Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:39.712Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:39.713Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:40.589Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "serviceName": "vFW 2022-06-25 06-33-17",
  "serviceVersion": "1.0",
  "serviceUUID": "248e11e9-741c-45ec-a27d-841c8c6d6835",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "94286b28-0ddc-4941-b5a5-aafdeb956d99",
  "resources": [
    {
      "resourceInstanceName": "vFW dbe88ea6-ae0a 0",
      "resourceCustomizationUUID": "751d1057-6803-4a0e-ae60-39589338f18e",
      "resourceName": "vFW dbe88ea6-ae0a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c604b1bf-ef7d-46f0-adb7-ac838b7590f2",
      "resourceInvariantUUID": "9f61a4fc-7e11-4db7-b683-2f7b575e04d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdbe88ea6ae0a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
          "artifactChecksum": "OTkxZmQ5YjQ1YjVlOWJkNGM0YWQ1ZDQxN2NkOTVhNWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "73718f0c-9a5c-4157-b0d6-aced39b609c1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2f8d0b4e-b470-47fb-96e8-9df1d683c99d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c7356da1-2f11-4ffd-946d-207cf37659a2",
            "generatedFromUUID": "2f8d0b4e-b470-47fb-96e8-9df1d683c99d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c7356da1-2f11-4ffd-946d-207cf37659a2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220625063317-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
      "artifactChecksum": "MTUzMzc1YmU5MzQzZTdlMmY0ZDdkZWU5YmFjZGMxOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a8efca7-40d3-46dc-b9c8-b18f58492405"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T06:39:40.593Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:39:40.597Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 248e11e9-741c-45ec-a27d-841c8c6d6835 ASDC
2022-06-25T06:39:40.605Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b25dfcc1-6b60-4d88-9779-d57a8729179d
ServiceName:vFW 2022-06-25 06-33-17
ServiceVersion:1.0
ServiceUUID:248e11e9-741c-45ec-a27d-841c8c6d6835
ServiceInvariantUUID:94286b28-0ddc-4941-b5a5-aafdeb956d99
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220625063317-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
ArtifactUUID:1a8efca7-40d3-46dc-b9c8-b18f58492405
ArtifactChecksum:MTUzMzc1YmU5MzQzZTdlMmY0ZDdkZWU5YmFjZGMxOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dbe88ea6-ae0a 0
ResourceCustomizationUUID:751d1057-6803-4a0e-ae60-39589338f18e
ResourceInvariantUUID:9f61a4fc-7e11-4db7-b683-2f7b575e04d6
ResourceName:vFW dbe88ea6-ae0a
ResourceType:VF
ResourceUUID:c604b1bf-ef7d-46f0-adb7-ac838b7590f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdbe88ea6ae0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
ArtifactUUID:73718f0c-9a5c-4157-b0d6-aced39b609c1
ArtifactChecksum:OTkxZmQ5YjQ1YjVlOWJkNGM0YWQ1ZDQxN2NkOTVhNWQ=
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/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
ArtifactUUID:2f8d0b4e-b470-47fb-96e8-9df1d683c99d
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/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
ArtifactUUID:c7356da1-2f11-4ffd-946d-207cf37659a2
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/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
ArtifactUUID:c7356da1-2f11-4ffd-946d-207cf37659a2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-25T06:39:40.608Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 248e11e9-741c-45ec-a27d-841c8c6d6835 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-25T06:39:40.669Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:39:40.671Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:39:40.672Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:39:40.672Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a8efca7-40d3-46dc-b9c8-b18f58492405 from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:40.672Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:40.673Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:41.303Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:41.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar 1a8efca7-40d3-46dc-b9c8-b18f58492405 99042
2022-06-25T06:39:41.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar ASDC sendASDCNotification
2022-06-25T06:39:41.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:41.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:41.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:41.318Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:41.318Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139181313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:39:41.419Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:41.420Z||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-25T06:39:41.421Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:41.438Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:41.438Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:42.319Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:39:42.321Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:39:42.321Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1a8efca7-40d3-46dc-b9c8-b18f58492405, URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar to file: /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.322Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.323Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.323Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9806589405194786305/Definitions/service-Vfw20220625063317-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-25T06:39:47.259Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbe88ea6-ae0a 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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.271Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.271Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:47.271Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.274Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.277Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:47.277Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.277Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:47.278Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.278Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a431064-9da0-4de6-85dc-27a05d19158e
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.280Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:47.309Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.309Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a1bd49e-0045-447e-bdb6-d461beba07eb
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd759c73-6c0c-44bf-9399-8236337ada3e
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:47.317Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.317Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-25 06-33-17
Description:catalog service description
Model UUID:248e11e9-741c-45ec-a27d-841c8c6d6835
Model Version:NULL
Model InvariantUuid:94286b28-0ddc-4941-b5a5-aafdeb956d99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dbe88ea6-ae0a
Model UUID:6a33f748-8b3c-4f42-aa4f-e9048a4d290a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f61a4fc-7e11-4db7-b683-2f7b575e04d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:751d1057-6803-4a0e-ae60-39589338f18e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79fc6509-d2ba-4c87-8ac3-7b31a05ddc19
ModelName:VfwDbe88ea6Ae0a..base_vfw..module-0
ModelUuid:45d516bc-2dd2-4b3e-82e6-d0ad597b50ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5a431064-9da0-4de6-85dc-27a05d19158e
ModelInvariantUuid:59959214-91e1-451a-a9ad-fab2343599ff
ModelName:vFW dbe88ea6-ae0a-nodes.vfwCvfc
ModelUuid:34a2be27-125b-43be-bd98-d83b5bfa7a8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4306cadb-6062-42e1-bc35-9ceeda16fb12
ModelInvariantUuid:0cfdae78-582b-4309-ba6a-713a4f170cc8
ModelName:VfwDbe88ea6Ae0a.compute.nodes.heat.vfw
ModelUuid:ae5e85a7-7d36-42a9-82cc-f1b9d7da10fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9a1bd49e-0045-447e-bdb6-d461beba07eb
ModelInvariantUuid:8a12a1b6-cf97-42db-93a7-2983f4dd6aef
ModelName:vFW dbe88ea6-ae0a-nodes.vsnCvfc
ModelUuid:f0edaaab-b64a-4b18-bb11-998144c6cf45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:51d4f3bf-eb47-4c6d-98d9-540aef07e0b3
ModelInvariantUuid:ca08b994-eccd-4a94-9815-e69fd744ae8a
ModelName:VfwDbe88ea6Ae0a.compute.nodes.heat.vsn
ModelUuid:634c0ce9-e5c1-44f9-ace3-5aa84c0ff597
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd759c73-6c0c-44bf-9399-8236337ada3e
ModelInvariantUuid:72c85876-02b8-46f6-8837-de064dcb9635
ModelName:vFW dbe88ea6-ae0a-nodes.vpgCvfc
ModelUuid:10e8edb9-f35e-4019-9b9a-d8d99c6ac7de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4ff0bdf0-4766-4f83-907a-c25050e8edde
ModelInvariantUuid:0c5799be-a8d1-4afb-886b-4c34293febb8
ModelName:VfwDbe88ea6Ae0a.compute.nodes.heat.vpg
ModelUuid:0f7db46c-c4de-4c7b-b943-29143eb965b2
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-25T06:39:47.328Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c604b1bf-ef7d-46f0-adb7-ac838b7590f2
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-25T06:39:47.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||vFW dbe88ea6-ae0a 0
2022-06-25T06:39:47.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c604b1bf-ef7d-46f0-adb7-ac838b7590f2
2022-06-25T06:39:47.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73718f0c-9a5c-4157-b0d6-aced39b609c1 from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:47.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:47.334Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:47.518Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:47.519Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json 73718f0c-9a5c-4157-b0d6-aced39b609c1 785
2022-06-25T06:39:47.519Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json ASDC sendASDCNotification
2022-06-25T06:39:47.519Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:47.520Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:47.520Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:47.527Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:47.528Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139187519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:39:47.624Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-25T06:39:47.625Z||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-25T06:39:47.625Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:47.645Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:47.646Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:48.529Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDbe88ea6Ae0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "79fc6509-d2ba-4c87-8ac3-7b31a05ddc19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45d516bc-2dd2-4b3e-82e6-d0ad597b50ce",
    "vfModuleModelCustomizationUUID": "c30f6cc5-81e4-4d6e-b975-55263d55c955",
    "isBase": true,
    "artifacts": [
      "2f8d0b4e-b470-47fb-96e8-9df1d683c99d",
      "c7356da1-2f11-4ffd-946d-207cf37659a2"
    ],
    "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-25T06:39:48.536Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbe88ea6Ae0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45d516bc-2dd2-4b3e-82e6-d0ad597b50ce
VfModuleModelInvariantUUID:79fc6509-d2ba-4c87-8ac3-7b31a05ddc19
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f8d0b4e-b470-47fb-96e8-9df1d683c99d
,
c7356da1-2f11-4ffd-946d-207cf37659a2

}
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-25T06:39:48.539Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDbe88ea6Ae0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "79fc6509-d2ba-4c87-8ac3-7b31a05ddc19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45d516bc-2dd2-4b3e-82e6-d0ad597b50ce",
    "vfModuleModelCustomizationUUID": "c30f6cc5-81e4-4d6e-b975-55263d55c955",
    "isBase": true,
    "artifacts": [
      "2f8d0b4e-b470-47fb-96e8-9df1d683c99d",
      "c7356da1-2f11-4ffd-946d-207cf37659a2"
    ],
    "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-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbe88ea6Ae0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45d516bc-2dd2-4b3e-82e6-d0ad597b50ce
VfModuleModelInvariantUUID:79fc6509-d2ba-4c87-8ac3-7b31a05ddc19
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f8d0b4e-b470-47fb-96e8-9df1d683c99d
,
c7356da1-2f11-4ffd-946d-207cf37659a2

}
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-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f8d0b4e-b470-47fb-96e8-9df1d683c99d from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:48.664Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:48.665Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml 2f8d0b4e-b470-47fb-96e8-9df1d683c99d 20368
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:48.668Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:48.669Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139188665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:39:48.769Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:48.770Z||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-25T06:39:48.770Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:48.789Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:48.790Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:49.670Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7356da1-2f11-4ffd-946d-207cf37659a2 from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:49.670Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:49.671Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:49.840Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:49.841Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env c7356da1-2f11-4ffd-946d-207cf37659a2 2098
2022-06-25T06:39:49.841Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-25T06:39:49.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:49.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:49.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:49.845Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:49.845Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139189841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:39:49.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-25T06:39:49.959Z||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-25T06:39:49.959Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:49.973Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:49.974Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:50.847Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 248e11e9-741c-45ec-a27d-841c8c6d6835
2022-06-25T06:39:50.848Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbe88ea6-ae0a 0 c604b1bf-ef7d-46f0-adb7-ac838b7590f2 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-25T06:39:50.878Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fed768, org.onap.sdc.toscaparser.api.parameters.Input@555de949, org.onap.sdc.toscaparser.api.parameters.Input@369f9288, org.onap.sdc.toscaparser.api.parameters.Input@7e641151, org.onap.sdc.toscaparser.api.parameters.Input@518ecc62]
2022-06-25T06:39:50.880Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.881Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.881Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-25T06:39:50.881Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 751d1057-6803-4a0e-ae60-39589338f18e
2022-06-25T06:39:50.882Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 751d1057-6803-4a0e-ae60-39589338f18e matches Tosca VF Customization UUID: 751d1057-6803-4a0e-ae60-39589338f18e
2022-06-25T06:39:50.882Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 751d1057-6803-4a0e-ae60-39589338f18e  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-25T06:39:50.886Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.886Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 751d1057-6803-4a0e-ae60-39589338f18e: {\"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-25T06:39:50.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f52c761
2022-06-25T06:39:50.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:39:50.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c30f6cc5-81e4-4d6e-b975-55263d55c955
2022-06-25T06:39:50.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c30f6cc5-81e4-4d6e-b975-55263d55c955
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-25T06:39:50.895Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.895Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.895Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.896Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.896Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.897Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.897Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.897Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:50.899Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:50.899Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.899Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.900Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:50.900Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.900Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:50.901Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.901Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a431064-9da0-4de6-85dc-27a05d19158e
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-25T06:39:50.905Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.905Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.905Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.906Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.906Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:50.906Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.908Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:50.908Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.908Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.910Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a1bd49e-0045-447e-bdb6-d461beba07eb
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-25T06:39:50.914Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.915Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.915Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.919Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.920Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:50.923Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:50.923Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.923Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.924Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-25T06:39:50.924Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd759c73-6c0c-44bf-9399-8236337ada3e
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-25T06:39:50.928Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.929Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.929Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.930Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.930Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.931Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=751d1057-6803-4a0e-ae60-39589338f18e
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-25T06:39:50.934Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.934Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.935Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 248e11e9-741c-45ec-a27d-841c8c6d6835: vFW dbe88ea6-ae0a
2022-06-25T06:39:50.935Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.936Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.936Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.936Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.937Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.937Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.939Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-25 06-33-17 
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-25T06:39:51.210Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbe88ea6-ae0a c604b1bf-ef7d-46f0-adb7-ac838b7590f2 1 ASDC deployResourceStructure
2022-06-25T06:39:51.211Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json ASDC sendASDCNotification
2022-06-25T06:39:51.211Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:51.211Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:51.212Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:51.214Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:51.215Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139191211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:39:51.315Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:51.317Z||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-25T06:39:51.317Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:51.337Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:51.338Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:52.216Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-25T06:39:52.217Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:52.217Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:52.218Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:52.220Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:52.221Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139192216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:39:52.328Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-25T06:39:52.330Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T06:39:52.330Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:52.371Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:52.372Z||pool-31-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:53.222Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-25T06:39:53.223Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:53.223Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:53.224Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:53.229Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:53.229Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139193222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:39:53.328Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:39:53.330Z||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-25T06:39:53.330Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:53.346Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:53.347Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:54.230Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar ASDC sendASDCNotification
2022-06-25T06:39:54.231Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:54.232Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:54.232Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:54.236Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:54.236Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139194230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:39:54.336Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:39:54.338Z||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-25T06:39:54.338Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:54.362Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:39:54.370Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:55.237Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b25dfcc1-6b60-4d88-9779-d57a8729179d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:39:55.256Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b25dfcc1-6b60-4d88-9779-d57a8729179d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:39:55.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:39:55.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:39:55.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:39:55.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:39:55.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:39:55.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:39:55.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:39:55.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:39:55.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:39:55.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:39:55.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T06:39:55.280Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:40:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:09.339Z||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-25T06:40:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:09.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:40:09.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139172500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:40:09.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-25T06:40:09.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656138909331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139181313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139187519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139188665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139189841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.993Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139191211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139192216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139193222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:40:09.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139194230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:40:09.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:25.281Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:40:25.290Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b25dfcc1-6b60-4d88-9779-d57a8729179d and serviceModelVersionId: 248e11e9-741c-45ec-a27d-841c8c6d6835
2022-06-25T06:40:25.291Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94286b28-0ddc-4941-b5a5-aafdeb956d99
2022-06-25T06:40:25.293Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0
2022-06-25T06:40:25.298Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:40:25.398Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|INFO|500||Invoke
2022-06-25T06:40:25.399Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b25dfcc1-6b60-4d88-9779-d57a8729179d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b825f8f-15a3-43b3-925b-b9aef251977a], X-ECOMP-RequestID=[b25dfcc1-6b60-4d88-9779-d57a8729179d], X-TransactionId=[], X-ONAP-RequestID=[b25dfcc1-6b60-4d88-9779-d57a8729179d], Content-Type=[application/merge-patch+json]}
2022-06-25T06:40:25.445Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T06:40:25.730Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?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/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220625-06:40:24:781-29800], vertex-id=[176320], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:40:24 GMT], Content-Type=[application/json]}
2022-06-25T06:40:25.731Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:40:25.732Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|INFO|500||InvokeReturn
2022-06-25T06:40:25.733Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:40:25.733Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T06:40:25.740Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T06:40:25.741Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b25dfcc1-6b60-4d88-9779-d57a8729179d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:40:25.741Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:40:25.742Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:40:25.746Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:40:25.746Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139225741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:40:25.846Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:40:25.848Z||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-25T06:40:25.848Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:25.873Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:40:25.873Z||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-25T06:40:26.765Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:26.766Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:40:26.766Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:37.065Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:40:37.066Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:37.067Z||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-25T06:40:37.067Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:46.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:40:46.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:46.634Z||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-25T06:40:46.634Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:56.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:40:56.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:56.181Z||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-25T06:40:56.181Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:05.749Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:41:05.750Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:41:05.751Z||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-25T06:41:05.751Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:41:09.338Z||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-25T06:41:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:09.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:41:09.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T06:41:09.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139225741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:41:09.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:41:15.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:41:15.305Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:41:15.305Z||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-25T06:41:15.306Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:24.853Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:42:09.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:42:09.332Z||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-25T06:42:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:42:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:42:09.338Z||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-25T06:42:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:42:18.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:42:18.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:43:09.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:43:09.332Z||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-25T06:43:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:43:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:43:09.338Z||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-25T06:43:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:43:18.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:43:18.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:44:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:44:09.333Z||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-25T06:44:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:44:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:44:09.338Z||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-25T06:44:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:44:18.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:44:18.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:45:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:45:09.335Z||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-25T06:45:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:45:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:45:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T06:45:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:45:18.904Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:45:18.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:46:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:46:09.333Z||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-25T06:46:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:46:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:46:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T06:46:09.339Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:46:18.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:46:18.894Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:47:09.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:47:09.332Z||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-25T06:47:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:47:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:47:09.338Z||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-25T06:47:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:47:18.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:47:18.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:48:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:48:09.339Z||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-25T06:48:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:09.346Z||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-25T06:48:09.347Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:09.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:09.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139677356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:48:09.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:48:09.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "cds",
  "timestamp": 1656139683181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:48:09.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:48:09.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139677356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:48:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:48:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "cds",
  "timestamp": 1656139683181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:48:09.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:48:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "cds",
  "timestamp": 1656139687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:48:09.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:48:09.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:09.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7147173b-418a-41d6-892f-77e25286fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c748c819-fea5-4ebf-87d4-0447735a29db","serviceDescription":"service","serviceInvariantUUID":"a01451e0-d506-4db1-b68b-c295b2adf6cf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"00b4fb6b-590a-4c14-9e31-5ac9717e0815","resourceInvariantUUID":"a1ef7839-db0d-4ad3-9dfb-d1470c880e41","resourceCustomizationUUID":"a1543dba-2579-4dc1-a199-939ff1494b1c","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":"ZDUzMTIwNzA2Yzc4ZWUwYWQ1NDhhNGE3YzRkZmVlMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"094eacf0-5f59-45be-ba77-6283903c5afc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTdmNTU2ZjA3MjJiZTAyY2I1Y2M2OGY3N2EyNDllMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aedb5ded-876c-4ce4-8551-e864e43c452e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:48:10.000Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:48:10.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:10.006Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:10.007Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139689331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:48:10.107Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:48:10.109Z||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-25T06:48:10.109Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:10.139Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:10.140Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:48:11.008Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:48:11.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:11.014Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:11.014Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139689331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:48:11.114Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:48:11.116Z||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-25T06:48:11.116Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:11.130Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:11.131Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:48:12.016Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c748c819-fea5-4ebf-87d4-0447735a29db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a01451e0-d506-4db1-b68b-c295b2adf6cf",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a1543dba-2579-4dc1-a199-939ff1494b1c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "00b4fb6b-590a-4c14-9e31-5ac9717e0815",
      "resourceInvariantUUID": "a1ef7839-db0d-4ad3-9dfb-d1470c880e41",
      "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": "MTdmNTU2ZjA3MjJiZTAyY2I1Y2M2OGY3N2EyNDllMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aedb5ded-876c-4ce4-8551-e864e43c452e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T06:48:12.017Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:48:12.017Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c748c819-fea5-4ebf-87d4-0447735a29db ASDC
2022-06-25T06:48:12.018Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7147173b-418a-41d6-892f-77e25286fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c748c819-fea5-4ebf-87d4-0447735a29db
ServiceInvariantUUID:a01451e0-d506-4db1-b68b-c295b2adf6cf
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:aedb5ded-876c-4ce4-8551-e864e43c452e
ArtifactChecksum:MTdmNTU2ZjA3MjJiZTAyY2I1Y2M2OGY3N2EyNDllMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a1543dba-2579-4dc1-a199-939ff1494b1c
ResourceInvariantUUID:a1ef7839-db0d-4ad3-9dfb-d1470c880e41
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:00b4fb6b-590a-4c14-9e31-5ac9717e0815
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-25T06:48:12.018Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c748c819-fea5-4ebf-87d4-0447735a29db 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-25T06:48:12.085Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aedb5ded-876c-4ce4-8551-e864e43c452e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:48:12.088Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:12.201Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:48:12.204Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aedb5ded-876c-4ce4-8551-e864e43c452e 52513
2022-06-25T06:48:12.204Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:12.205Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:12.205Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:48:12.205Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:12.210Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:12.211Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139692204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:48:12.309Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T06:48:12.312Z||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-25T06:48:12.313Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:12.329Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:12.330Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:48:13.237Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:48:13.239Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:48:13.239Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: aedb5ded-876c-4ce4-8551-e864e43c452e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:13.241Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-25T06:48:13.242Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:13.242Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:13.719Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17182748112852207765/Definitions/service-BasicNetwork-template.yml
2022-06-25T06:48:15.096Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:48:15.098Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:48:15.099Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.100Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-25T06:48:15.101Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.102Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.102Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.103Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.103Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.104Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.104Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.104Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.105Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:48:15.105Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.106Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.107Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-25T06:48:15.107Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:48:15.107Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:48:15.108Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.108Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.109Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-25T06:48:15.109Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:48:15.109Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:48:15.110Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.110Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.110Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.111Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.112Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.112Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.112Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.113Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.113Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.113Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.114Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c748c819-fea5-4ebf-87d4-0447735a29db
Model Version:NULL
Model InvariantUuid:a01451e0-d506-4db1-b68b-c295b2adf6cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a1ef7839-db0d-4ad3-9dfb-d1470c880e41
Model UUID:98556cf8-8b8c-4e22-9542-8e2918298036
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a1543dba-2579-4dc1-a199-939ff1494b1c
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-25T06:48:15.132Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 00b4fb6b-590a-4c14-9e31-5ac9717e0815
2022-06-25T06:48:15.133Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||No resources found for Service: c748c819-fea5-4ebf-87d4-0447735a29db
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-25T06:48:15.146Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||
2022-06-25T06:48:15.147Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-25T06:48:15.149Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: c748c819-fea5-4ebf-87d4-0447735a29db
2022-06-25T06:48:15.149Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c748c819-fea5-4ebf-87d4-0447735a29db
2022-06-25T06:48:15.149Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-25T06:48:15.150Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.160Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c9703d6, org.onap.sdc.toscaparser.api.parameters.Input@1f33f44f, org.onap.sdc.toscaparser.api.parameters.Input@8169a8e, org.onap.sdc.toscaparser.api.parameters.Input@515ed3d6, org.onap.sdc.toscaparser.api.parameters.Input@25a3e398]
2022-06-25T06:48:15.164Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.165Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.166Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.166Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.167Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c748c819-fea5-4ebf-87d4-0447735a29db: Generic NeutronNet
2022-06-25T06:48:15.167Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.167Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.168Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.168Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.246Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.247Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.247Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.248Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.248Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:48:15.249Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.249Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.417Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-25T06:48:15.418Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.418Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:48:15.419Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:48:15.419Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:15.424Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:15.425Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139695418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:48:15.524Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:48:15.526Z||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-25T06:48:15.527Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:15.560Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:48:15.561Z||pool-38-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:48:16.426Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:48:16.466Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:48:16.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:48:16.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:48:16.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:48:46.471Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:48:46.484Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:48:46.488Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:48:46.490Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:48:46.491Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:49:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:49:09.338Z||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-25T06:49:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:49:09.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:49:09.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:49:09.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "cds",
  "timestamp": 1656139688888,
  "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=?
2022-06-25T06:49:09.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:49:09.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:49:16.497Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:49:16.514Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:49:16.533Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:49:16.534Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:49:16.534Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:49:46.535Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:49:46.551Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:49:46.556Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:49:46.556Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:49:46.556Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:50:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:50:09.339Z||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-25T06:50:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:09.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:09.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139689331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139689331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:50:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139689548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "clamp",
  "timestamp": 1656139690046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139692204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139689548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:50:09.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139691678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "clamp",
  "timestamp": 1656139690046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:50:09.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "policy-id",
  "timestamp": 1656139691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139691678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:50:09.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139692556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "policy-id",
  "timestamp": 1656139691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:50:09.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139695418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:50:09.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "policy-id",
  "timestamp": 1656139694410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139694476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "clamp",
  "timestamp": 1656139694515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "policy-id",
  "timestamp": 1656139695416,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:50:09.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139695481,
  "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-25T06:50:09.483Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.484Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:09.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "policy-id",
  "timestamp": 1656139696418,
  "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-25T06:50:09.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.531Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:09.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "clamp",
  "timestamp": 1656139696532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "clamp",
  "timestamp": 1656139697536,
  "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-25T06:50:09.551Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.552Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:09.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "aai-ml",
  "timestamp": 1656139704677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "aai-ml",
  "timestamp": 1656139704677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "aai-ml",
  "timestamp": 1656139707504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "aai-ml",
  "timestamp": 1656139711608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "aai-ml",
  "timestamp": 1656139712612,
  "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-25T06:50:09.578Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.579Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:16.557Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:50:16.598Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:50:16.609Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:50:16.610Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:50:16.610Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:50:16.610Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:50:16.612Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:50:16.626Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:50:46.627Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:46.647Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7147173b-418a-41d6-892f-77e25286fe2d and serviceModelVersionId: c748c819-fea5-4ebf-87d4-0447735a29db
2022-06-25T06:50:46.648Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a01451e0-d506-4db1-b68b-c295b2adf6cf
2022-06-25T06:50:46.653Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0
2022-06-25T06:50:46.664Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:50:46.779Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|INFO|500||Invoke
2022-06-25T06:50:46.780Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7147173b-418a-41d6-892f-77e25286fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0653ed4c-1075-429d-842b-8cbf74a52f2e], X-ECOMP-RequestID=[7147173b-418a-41d6-892f-77e25286fe2d], X-TransactionId=[], X-ONAP-RequestID=[7147173b-418a-41d6-892f-77e25286fe2d], Content-Type=[application/merge-patch+json]}
2022-06-25T06:50:46.823Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T06:50:46.915Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?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/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220625-06:50:46:139-19650], vertex-id=[205000], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:50:46 GMT], Content-Type=[application/json]}
2022-06-25T06:50:46.916Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:50:46.918Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|INFO|500||InvokeReturn
2022-06-25T06:50:46.919Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:50:46.920Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:50:46.927Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:50:46.928Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7147173b-418a-41d6-892f-77e25286fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:50:46.929Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:50:46.930Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:46.934Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:46.934Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139846929,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:50:47.034Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:47.036Z||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-25T06:50:47.036Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:47.062Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:47.063Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T06:50:47.964Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:50:47.965Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:50:47.965Z|7147173b-418a-41d6-892f-77e25286fe2d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:52.452Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:52.457Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-25T06:50:52.458Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"22c0f3a7-a44b-489b-8e29-3a2833aa5e4a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c3488c37-e3d0-45ac-8d00-ba5c192caba3","serviceDescription":"service","serviceInvariantUUID":"3b0a1700-cd50-4e10-baa1-d7c8f8b08a27","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2","resourceInvariantUUID":"8a32defb-eb31-438f-9aba-ab52a3b13cf6","resourceCustomizationUUID":"e35aa633-4a56-44cd-b1f2-c1c8e622aaf1","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":"YzNjOTMzMmNlMWM0MTBjOGJhNWIwMmYwZTcyYTFiMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c556f301-4474-40db-9120-2855155017d3","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":"df218e97-5063-4019-98ae-b913ecb1a594","artifactVersion":"2","generatedFromUUID":"73fd690d-4953-4711-816a-14c154331c32"},{"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":"73fd690d-4953-4711-816a-14c154331c32","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":"NDRmYTY4MDAxYzBhMWZhZGU4MDNjYmYyODM1ODZlNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1f23180-b8f8-4e0b-a68e-7db420df45f7","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":"cb8ae6da-3bac-4bee-8ccd-731ad1be903b","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":"dab8c4a6-8212-4826-a6f2-327ab84d07d2","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":"03e6a12d-4ba6-43c7-a4af-c45675968be8","artifactVersion":"2","generatedFromUUID":"cb8ae6da-3bac-4bee-8ccd-731ad1be903b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTJmMTg0ZjQ4NGE4ODQ1YjM5MDY0NjQ5YTUyN2U5MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d21be0ad-ee78-403b-a9ae-19a7acf579c7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2RhNzAxYjJlNTlhYWNlYmUzNjg3MTFhNjcwYmNjNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e72b3833-51ae-480c-887e-5014adb056c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:50:52.463Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:52.464Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:52.468Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:52.469Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:52.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:50:52.584Z||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-25T06:50:52.588Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:52.612Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:52.612Z||pool-40-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:50:53.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:53.471Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:53.476Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:53.476Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-25T06:50:53.578Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:50:53.582Z||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-25T06:50:53.582Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:53.599Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:53.600Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:54.478Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:54.479Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:54.482Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:54.482Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-25T06:50:54.582Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:54.583Z||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-25T06:50:54.583Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:54.621Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:54.622Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:55.483Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:55.485Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:55.489Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:55.490Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:50:55.589Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:50:55.590Z||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-25T06:50:55.590Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:55.616Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:55.618Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:56.491Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:56.492Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:56.499Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:56.500Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:50:56.598Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T06:50:56.599Z||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-25T06:50:56.599Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:56.616Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:56.616Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:57.501Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:57.506Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:57.518Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:57.519Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:57.613Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-25T06:50:57.615Z||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-25T06:50:57.615Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:57.645Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:57.646Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:50:58.521Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:58.523Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:58.526Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:58.527Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-25T06:50:58.627Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:58.630Z||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-25T06:50:58.631Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:58.649Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:58.650Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:50:59.528Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:59.529Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:59.533Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:59.534Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:50:59.633Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:59.635Z||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-25T06:50:59.636Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:59.654Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:50:59.655Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:00.535Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:00.537Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:00.540Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:00.540Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:00.641Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:00.643Z||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-25T06:51:00.643Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:00.660Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:00.666Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:01.543Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c3488c37-e3d0-45ac-8d00-ba5c192caba3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b0a1700-cd50-4e10-baa1-d7c8f8b08a27",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e35aa633-4a56-44cd-b1f2-c1c8e622aaf1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2",
      "resourceInvariantUUID": "8a32defb-eb31-438f-9aba-ab52a3b13cf6",
      "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": "df218e97-5063-4019-98ae-b913ecb1a594",
          "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": "73fd690d-4953-4711-816a-14c154331c32",
          "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": "NDRmYTY4MDAxYzBhMWZhZGU4MDNjYmYyODM1ODZlNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1f23180-b8f8-4e0b-a68e-7db420df45f7",
          "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": "cb8ae6da-3bac-4bee-8ccd-731ad1be903b",
          "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": "03e6a12d-4ba6-43c7-a4af-c45675968be8",
            "generatedFromUUID": "cb8ae6da-3bac-4bee-8ccd-731ad1be903b"
          },
          "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": "03e6a12d-4ba6-43c7-a4af-c45675968be8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2RhNzAxYjJlNTlhYWNlYmUzNjg3MTFhNjcwYmNjNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e72b3833-51ae-480c-887e-5014adb056c4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T06:51:01.543Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:51:01.544Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c3488c37-e3d0-45ac-8d00-ba5c192caba3 ASDC
2022-06-25T06:51:01.545Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c3488c37-e3d0-45ac-8d00-ba5c192caba3
ServiceInvariantUUID:3b0a1700-cd50-4e10-baa1-d7c8f8b08a27
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:e72b3833-51ae-480c-887e-5014adb056c4
ArtifactChecksum:N2RhNzAxYjJlNTlhYWNlYmUzNjg3MTFhNjcwYmNjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e35aa633-4a56-44cd-b1f2-c1c8e622aaf1
ResourceInvariantUUID:8a32defb-eb31-438f-9aba-ab52a3b13cf6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2
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:df218e97-5063-4019-98ae-b913ecb1a594
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:73fd690d-4953-4711-816a-14c154331c32
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:d1f23180-b8f8-4e0b-a68e-7db420df45f7
ArtifactChecksum:NDRmYTY4MDAxYzBhMWZhZGU4MDNjYmYyODM1ODZlNWI=
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:cb8ae6da-3bac-4bee-8ccd-731ad1be903b
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:03e6a12d-4ba6-43c7-a4af-c45675968be8
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:03e6a12d-4ba6-43c7-a4af-c45675968be8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-25T06:51:01.545Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3488c37-e3d0-45ac-8d00-ba5c192caba3 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-25T06:51:01.611Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:51:01.613Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:01.613Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:01.614Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e72b3833-51ae-480c-887e-5014adb056c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-25T06:51:01.614Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:01.614Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:01.844Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:01.849Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e72b3833-51ae-480c-887e-5014adb056c4 68947
2022-06-25T06:51:01.850Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:01.850Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:01.851Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:01.851Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:01.854Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:01.854Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139861850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:01.954Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:01.956Z||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-25T06:51:01.956Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:01.975Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:01.977Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:02.856Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:51:02.861Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:02.862Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e72b3833-51ae-480c-887e-5014adb056c4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:02.862Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-25T06:51:02.863Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:02.863Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:03.291Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4002452526781503507/Definitions/service-BasicCnf-template.yml
2022-06-25T06:51:05.677Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.680Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.680Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:51:05.681Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:51:05.681Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.681Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.683Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.683Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:51:05.685Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.686Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.686Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.686Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.686Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:51:05.687Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.687Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.688Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:51:05.688Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.688Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.688Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:51:05.689Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.689Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-25T06:51:05.689Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-25T06:51:05.690Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9e1c4a80-138a-4ee4-91b3-9c52b67ba130
2022-06-25T06:51:05.690Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.690Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.691Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.691Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.691Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.692Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.692Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:05.692Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.693Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c3488c37-e3d0-45ac-8d00-ba5c192caba3
Model Version:NULL
Model InvariantUuid:3b0a1700-cd50-4e10-baa1-d7c8f8b08a27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:01c739aa-0a81-4a46-aab5-b5a40b1e4034
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a32defb-eb31-438f-9aba-ab52a3b13cf6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e35aa633-4a56-44cd-b1f2-c1c8e622aaf1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:648d0aeb-3a19-4074-80d6-ba32c8683ac5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a36fca3a-3766-4326-8877-0a4b3f3673d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9e1c4a80-138a-4ee4-91b3-9c52b67ba130
ModelInvariantUuid:994ae9da-401b-4936-a0ca-0d5a88ab3627
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0eaf87a0-4882-452c-b174-6f6d63413458
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0c707372-2079-4b11-9ab4-845b43659109
ModelInvariantUuid:564514b0-b55e-4779-91f1-ccb16a8007e2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:580124be-fc21-48a5-9249-339249a61cfe
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-25T06:51:05.705Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2
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-25T06:51:05.711Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-06-25T06:51:05.712Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2
2022-06-25T06:51:05.712Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df218e97-5063-4019-98ae-b913ecb1a594 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-25T06:51:05.712Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:05.713Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.899Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:05.899Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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 df218e97-5063-4019-98ae-b913ecb1a594 12
2022-06-25T06:51:05.900Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.904Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:05.904Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:05.905Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:05.908Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:05.908Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139865900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:06.017Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-25T06:51:06.019Z||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-25T06:51:06.019Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:06.039Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:06.040Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:06.911Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 73fd690d-4953-4711-816a-14c154331c32 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-25T06:51:06.912Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:06.913Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:07.068Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:07.069Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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 73fd690d-4953-4711-816a-14c154331c32 2688
2022-06-25T06:51:07.069Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:07.070Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:07.070Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:07.071Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:07.074Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:07.075Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139867069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:07.175Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:51:07.176Z||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-25T06:51:07.176Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:07.195Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:07.195Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:08.077Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1f23180-b8f8-4e0b-a68e-7db420df45f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-25T06:51:08.077Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:08.077Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:08.170Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:08.171Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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 d1f23180-b8f8-4e0b-a68e-7db420df45f7 828
2022-06-25T06:51:08.172Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:08.172Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:08.172Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:08.173Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:08.175Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:08.175Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139868172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:08.276Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:51:08.277Z||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-25T06:51:08.277Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:08.296Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:08.297Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:09.176Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "648d0aeb-3a19-4074-80d6-ba32c8683ac5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a36fca3a-3766-4326-8877-0a4b3f3673d1",
    "vfModuleModelCustomizationUUID": "49dafc96-7476-4bb6-9277-146a89462bde",
    "isBase": true,
    "artifacts": [
      "73fd690d-4953-4711-816a-14c154331c32",
      "cb8ae6da-3bac-4bee-8ccd-731ad1be903b",
      "03e6a12d-4ba6-43c7-a4af-c45675968be8"
    ],
    "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-25T06:51:09.187Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a36fca3a-3766-4326-8877-0a4b3f3673d1
VfModuleModelInvariantUUID:648d0aeb-3a19-4074-80d6-ba32c8683ac5
VfModuleModelDescription:NULL
Artifacts UUID List:{
73fd690d-4953-4711-816a-14c154331c32
,
cb8ae6da-3bac-4bee-8ccd-731ad1be903b
,
03e6a12d-4ba6-43c7-a4af-c45675968be8

}
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-25T06:51:09.195Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "648d0aeb-3a19-4074-80d6-ba32c8683ac5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a36fca3a-3766-4326-8877-0a4b3f3673d1",
    "vfModuleModelCustomizationUUID": "49dafc96-7476-4bb6-9277-146a89462bde",
    "isBase": true,
    "artifacts": [
      "73fd690d-4953-4711-816a-14c154331c32",
      "cb8ae6da-3bac-4bee-8ccd-731ad1be903b",
      "03e6a12d-4ba6-43c7-a4af-c45675968be8"
    ],
    "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-25T06:51:09.195Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a36fca3a-3766-4326-8877-0a4b3f3673d1
VfModuleModelInvariantUUID:648d0aeb-3a19-4074-80d6-ba32c8683ac5
VfModuleModelDescription:NULL
Artifacts UUID List:{
73fd690d-4953-4711-816a-14c154331c32
,
cb8ae6da-3bac-4bee-8ccd-731ad1be903b
,
03e6a12d-4ba6-43c7-a4af-c45675968be8

}
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-25T06:51:09.195Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb8ae6da-3bac-4bee-8ccd-731ad1be903b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-25T06:51:09.196Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:09.196Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:51:09.338Z||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-25T06:51:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:09.347Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:09.348Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml cb8ae6da-3bac-4bee-8ccd-731ad1be903b 1164
2022-06-25T06:51:09.348Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:09.348Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:09.349Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:09.349Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:09.351Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:09.351Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139869348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139751470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139757356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139758182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139751679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139770340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139769744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139769226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "cds",
  "timestamp": 1656139770754,
  "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=?
2022-06-25T06:51:09.454Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:51:09.456Z||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-25T06:51:09.456Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
2022-06-25T06:51:09.457Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a and ComponentName cds
2022-06-25T06:51:09.456Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-25T06:51:09.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139770230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:09.479Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:09.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.479Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:09.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139771492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "policy-id",
  "timestamp": 1656139771232,
  "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-25T06:51:09.488Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
2022-06-25T06:51:09.489Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a 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-25T06:51:09.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139772586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139772525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139764677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139773702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139774461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139774798,
  "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-25T06:51:09.514Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
2022-06-25T06:51:09.517Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a 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-25T06:51:09.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139774536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:09.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139775802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:09.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "clamp",
  "timestamp": 1656139775541,
  "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-25T06:51:09.553Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
2022-06-25T06:51:09.566Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a 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-25T06:51:09.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139781787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:09.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "aai-ml",
  "timestamp": 1656139782791,
  "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-25T06:51:09.602Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
2022-06-25T06:51:09.603Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a 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-25T06:51:09.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:09.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139779549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:09.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:51:09.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139789395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:09.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139791719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:09.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:51:09.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:51:09.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139792724,
  "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-25T06:51:09.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
2022-06-25T06:51:09.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a 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-25T06:51:10.358Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03e6a12d-4ba6-43c7-a4af-c45675968be8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-25T06:51:10.359Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:10.360Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:10.495Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:10.496Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 03e6a12d-4ba6-43c7-a4af-c45675968be8 200
2022-06-25T06:51:10.496Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:10.496Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:10.496Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:10.497Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:10.501Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:10.501Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139870496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:10.601Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:10.603Z||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-25T06:51:10.604Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:10.622Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:10.626Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:11.502Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c3488c37-e3d0-45ac-8d00-ba5c192caba3
2022-06-25T06:51:11.503Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2 ASDC
2022-06-25T06:51:11.516Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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 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 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-25T06:51:11.555Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54537b05, org.onap.sdc.toscaparser.api.parameters.Input@7ab18720, org.onap.sdc.toscaparser.api.parameters.Input@2e50a127, org.onap.sdc.toscaparser.api.parameters.Input@17ff892c, org.onap.sdc.toscaparser.api.parameters.Input@583b4385]
2022-06-25T06:51:11.557Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.558Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.558Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-25T06:51:11.559Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e35aa633-4a56-44cd-b1f2-c1c8e622aaf1
2022-06-25T06:51:11.559Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e35aa633-4a56-44cd-b1f2-c1c8e622aaf1 matches Tosca VF Customization UUID: e35aa633-4a56-44cd-b1f2-c1c8e622aaf1
2022-06-25T06:51:11.559Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e35aa633-4a56-44cd-b1f2-c1c8e622aaf1  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-25T06:51:11.566Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.567Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.568Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e35aa633-4a56-44cd-b1f2-c1c8e622aaf1: {\"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-25T06:51:11.569Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e6acd30
2022-06-25T06:51:11.569Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.570Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.571Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49dafc96-7476-4bb6-9277-146a89462bde
2022-06-25T06:51:11.571Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49dafc96-7476-4bb6-9277-146a89462bde
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-25T06:51:11.578Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.579Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:11.579Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:51:11.580Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.580Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:11.581Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:51:11.582Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.584Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-25T06:51:11.585Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-25T06:51:11.585Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9e1c4a80-138a-4ee4-91b3-9c52b67ba130
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-25T06:51:11.592Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.592Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:11.593Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:51:11.593Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.594Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:11.594Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e35aa633-4a56-44cd-b1f2-c1c8e622aaf1
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-25T06:51:11.598Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.599Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.599Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c3488c37-e3d0-45ac-8d00-ba5c192caba3: basic_cnf
2022-06-25T06:51:11.600Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.600Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.601Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.601Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.602Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.602Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.603Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.604Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.606Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:51:11.606Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.607Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.790Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2 1 ASDC deployResourceStructure
2022-06-25T06:51:11.792Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.792Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:11.793Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-25T06:51:11.794Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:11.797Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:11.797Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139871791,
  "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-25T06:51:11.898Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:11.899Z||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-25T06:51:11.900Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:11.916Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:11.917Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:12.799Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:12.801Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:12.801Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-25T06:51:12.802Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:12.804Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:12.804Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139872799,
  "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-25T06:51:12.905Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:51:12.906Z||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-25T06:51:12.906Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:12.927Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:12.928Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:13.810Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:13.810Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:13.810Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:51:13.811Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:13.815Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:13.816Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139873809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:13.923Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-25T06:51:13.942Z||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-25T06:51:13.943Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:13.961Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:13.966Z||pool-57-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:14.817Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:14.817Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:14.817Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:51:14.818Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:14.823Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:14.824Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139874816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:14.924Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:14.925Z||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-25T06:51:14.925Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:14.938Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:14.939Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:15.825Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:15.829Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:15.830Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:51:15.830Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:15.833Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:15.833Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139875825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:15.933Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:51:15.935Z||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-25T06:51:15.935Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:15.950Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:15.951Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:16.836Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:16.837Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:16.838Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:51:16.838Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:16.841Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:16.841Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139876835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:51:16.944Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-25T06:51:16.946Z||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-25T06:51:16.946Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:16.960Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:16.961Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:17.842Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:51:17.860Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:51:17.879Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:51:17.882Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:51:17.882Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:51:17.882Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:51:17.883Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:51:17.883Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:51:17.883Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:51:17.883Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:51:17.883Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:51:17.883Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:51:17.884Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:17.908Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:51:47.909Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a 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-25T06:51:47.920Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a and serviceModelVersionId: c3488c37-e3d0-45ac-8d00-ba5c192caba3
2022-06-25T06:51:47.921Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b0a1700-cd50-4e10-baa1-d7c8f8b08a27
2022-06-25T06:51:47.924Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0
2022-06-25T06:51:47.947Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:51:48.065Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0|INFO|500||Invoke
2022-06-25T06:51:48.066Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22c0f3a7-a44b-489b-8e29-3a2833aa5e4a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[969301c3-e750-4b6c-b443-a7f314124af0], X-ECOMP-RequestID=[22c0f3a7-a44b-489b-8e29-3a2833aa5e4a], X-TransactionId=[], X-ONAP-RequestID=[22c0f3a7-a44b-489b-8e29-3a2833aa5e4a], Content-Type=[application/merge-patch+json]}
2022-06-25T06:51:48.106Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T06:51:48.271Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?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/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220625-06:51:47:423-49045], vertex-id=[213192], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:51:47 GMT], Content-Type=[application/json]}
2022-06-25T06:51:48.272Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:51:48.274Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b0a1700-cd50-4e10-baa1-d7c8f8b08a27/model-vers/model-ver/c3488c37-e3d0-45ac-8d00-ba5c192caba3?depth=0|INFO|500||InvokeReturn
2022-06-25T06:51:48.274Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:51:48.275Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:48.289Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|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-25T06:51:48.290Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22c0f3a7-a44b-489b-8e29-3a2833aa5e4a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:51:48.291Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:51:48.291Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:48.295Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:48.295Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139908290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:51:48.395Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:48.397Z||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-25T06:51:48.397Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:48.418Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:48.419Z||pool-61-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-25T06:51:49.312Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-25T06:51:49.312Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"db42d13b-0c63-420f-ae1e-1c3279aaecac","serviceDescription":"service","serviceInvariantUUID":"cf617159-2fb1-4092-a5e2-1653fa6dc3fc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85","resourceInvariantUUID":"ee452120-e169-42b4-bc05-56c051c7ab8d","resourceCustomizationUUID":"e78066bf-ef7e-4a7b-8161-648311c19634","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":"YmRlMzYxMDhhYjE5YmFhZjcxOGZjNTc4NWIyYWMzZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae8e4881-2cac-47c6-ab5e-af2c27fde42d","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":"ZjI1NmQ3YzM5ODg4NjE5ZTlmNDg4M2FjZTMwNmU4ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ace7c189-4d47-461b-8bbd-da25199a68b2","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":"9d9667fe-4205-41d7-9630-34192ee16980","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":"b4a297b3-e689-48cf-b045-a711874d3dc9","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":"045f3e5d-ceee-440c-8807-c2f3b136dfc6","artifactVersion":"2","generatedFromUUID":"9d9667fe-4205-41d7-9630-34192ee16980"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGE2NzViYTE4MDZiNWM1ZTRmOTNjZGU3NTEzMTQ3ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a649a94-36f0-4665-9ce8-52fdd2f20e91","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmY4Mjg1ZTgyZmQ4MmE3ZmY0MDdkNzJjYTk3NGRiNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e425cf87-323a-43bc-9ea4-d476e8e6f954","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:51:49.314Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:49.314Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:49.318Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:49.319Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:49.422Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-25T06:51:49.423Z||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-25T06:51:49.423Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:49.446Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:49.448Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:50.320Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:50.322Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:50.328Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:50.328Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:51:50.425Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T06:51:50.426Z||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-25T06:51:50.427Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:50.444Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:50.444Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:51.329Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:51.330Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:51.334Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:51.335Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:51:51.435Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:51.436Z||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-25T06:51:51.437Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:51.460Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:51.461Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:52.335Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:52.336Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:52.339Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:52.340Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:52.440Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:51:52.441Z||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-25T06:51:52.441Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:52.470Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:52.471Z||pool-65-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:53.340Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:53.341Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:53.345Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:53.345Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-25T06:51:53.446Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:53.447Z||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-25T06:51:53.447Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:53.478Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:53.479Z||pool-66-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:54.346Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:54.350Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:54.352Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:54.353Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:51:54.453Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:54.454Z||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-25T06:51:54.454Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:54.475Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:54.476Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:55.355Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:55.355Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:55.380Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:55.386Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:51:55.483Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T06:51:55.484Z||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-25T06:51:55.485Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:55.534Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:55.535Z||pool-68-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:56.391Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "db42d13b-0c63-420f-ae1e-1c3279aaecac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cf617159-2fb1-4092-a5e2-1653fa6dc3fc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e78066bf-ef7e-4a7b-8161-648311c19634",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85",
      "resourceInvariantUUID": "ee452120-e169-42b4-bc05-56c051c7ab8d",
      "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": "ZjI1NmQ3YzM5ODg4NjE5ZTlmNDg4M2FjZTMwNmU4ZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ace7c189-4d47-461b-8bbd-da25199a68b2",
          "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": "9d9667fe-4205-41d7-9630-34192ee16980",
          "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": "045f3e5d-ceee-440c-8807-c2f3b136dfc6",
            "generatedFromUUID": "9d9667fe-4205-41d7-9630-34192ee16980"
          },
          "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": "045f3e5d-ceee-440c-8807-c2f3b136dfc6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmY4Mjg1ZTgyZmQ4MmE3ZmY0MDdkNzJjYTk3NGRiNzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e425cf87-323a-43bc-9ea4-d476e8e6f954"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T06:51:56.391Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:51:56.392Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db42d13b-0c63-420f-ae1e-1c3279aaecac ASDC
2022-06-25T06:51:56.393Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:db42d13b-0c63-420f-ae1e-1c3279aaecac
ServiceInvariantUUID:cf617159-2fb1-4092-a5e2-1653fa6dc3fc
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:e425cf87-323a-43bc-9ea4-d476e8e6f954
ArtifactChecksum:MmY4Mjg1ZTgyZmQ4MmE3ZmY0MDdkNzJjYTk3NGRiNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e78066bf-ef7e-4a7b-8161-648311c19634
ResourceInvariantUUID:ee452120-e169-42b4-bc05-56c051c7ab8d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85
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:ace7c189-4d47-461b-8bbd-da25199a68b2
ArtifactChecksum:ZjI1NmQ3YzM5ODg4NjE5ZTlmNDg4M2FjZTMwNmU4ZGE=
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:9d9667fe-4205-41d7-9630-34192ee16980
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:045f3e5d-ceee-440c-8807-c2f3b136dfc6
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:045f3e5d-ceee-440c-8807-c2f3b136dfc6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-25T06:51:56.393Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db42d13b-0c63-420f-ae1e-1c3279aaecac 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-25T06:51:56.466Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:51:56.468Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:56.468Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:56.469Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e425cf87-323a-43bc-9ea4-d476e8e6f954 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-25T06:51:56.469Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:56.470Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:51:56.703Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:56.710Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e425cf87-323a-43bc-9ea4-d476e8e6f954 71071
2022-06-25T06:51:56.711Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:51:56.711Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:51:56.711Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:56.711Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:56.714Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:56.714Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139916710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:51:56.821Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-25T06:51:56.825Z||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-25T06:51:56.825Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:56.859Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:51:56.861Z||pool-69-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:57.715Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:51:57.718Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:57.718Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e425cf87-323a-43bc-9ea4-d476e8e6f954, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-25T06:51:57.719Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-25T06:51:57.730Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-25T06:51:57.731Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-25T06:51:58.221Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2072103573932980843/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-25T06:52:00.975Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:52:00.976Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:52:00.976Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-25T06:52:00.976Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-25T06:52:00.976Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.976Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.977Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.978Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:52:00.978Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.979Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.979Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:00.979Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:52:00.980Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:52:00.980Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.980Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.981Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:00.981Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:52:00.981Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:52:00.982Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.982Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.982Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.982Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-25T06:52:00.982Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-25T06:52:00.983Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-25T06:52:00.983Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-25T06:52:00.983Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-25T06:52:00.983Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:52:00.983Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.984Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:00.984Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.984Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:00.985Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:52:00.985Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.985Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:00.985Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:52:00.986Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:00.986Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:01.014Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:52:01.015Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:01.015Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-25T06:52:01.015Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-25T06:52:01.015Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-25T06:52:01.015Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00d748d8-e3ab-4810-a005-cd193ba6c5aa
2022-06-25T06:52:01.016Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:01.016Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.016Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:01.016Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.021Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:01.021Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.022Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:01.022Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.022Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:db42d13b-0c63-420f-ae1e-1c3279aaecac
Model Version:NULL
Model InvariantUuid:cf617159-2fb1-4092-a5e2-1653fa6dc3fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a5837724-1cf9-454f-b425-8223b0fc18bf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee452120-e169-42b4-bc05-56c051c7ab8d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e78066bf-ef7e-4a7b-8161-648311c19634
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da1e30d8-c9ab-46b7-ba85-701649cc410e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2244f034-6b29-478a-8a97-bab877c3d9a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00d748d8-e3ab-4810-a005-cd193ba6c5aa
ModelInvariantUuid:1a3e53c6-da71-4403-b39d-98d7bca88696
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3c01f776-7ba9-4768-8552-a5ece6cf746c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e974914e-3803-45f7-8a08-8775bcb7ff57
ModelInvariantUuid:5905cd8b-2088-4b6b-92f7-d65720815079
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f1f5edb1-2e3b-4a2c-a6c5-9467b0b3f845
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-25T06:52:01.069Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85
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-25T06:52:01.106Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-06-25T06:52:01.107Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85
2022-06-25T06:52:01.107Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ace7c189-4d47-461b-8bbd-da25199a68b2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-25T06:52:01.107Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:52:01.107Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.522Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:52:01.523Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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 ace7c189-4d47-461b-8bbd-da25199a68b2 787
2022-06-25T06:52:01.523Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.524Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:01.524Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:52:01.524Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:01.528Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:01.528Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139921523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:01.628Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:52:01.630Z||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-25T06:52:01.630Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:01.647Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:01.649Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:52:02.536Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "da1e30d8-c9ab-46b7-ba85-701649cc410e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2244f034-6b29-478a-8a97-bab877c3d9a8",
    "vfModuleModelCustomizationUUID": "f9e81c5b-4783-4d69-aa87-c6067e2e3d22",
    "isBase": true,
    "artifacts": [
      "9d9667fe-4205-41d7-9630-34192ee16980",
      "045f3e5d-ceee-440c-8807-c2f3b136dfc6"
    ],
    "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-25T06:52:02.553Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2244f034-6b29-478a-8a97-bab877c3d9a8
VfModuleModelInvariantUUID:da1e30d8-c9ab-46b7-ba85-701649cc410e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d9667fe-4205-41d7-9630-34192ee16980
,
045f3e5d-ceee-440c-8807-c2f3b136dfc6

}
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-25T06:52:02.558Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "da1e30d8-c9ab-46b7-ba85-701649cc410e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2244f034-6b29-478a-8a97-bab877c3d9a8",
    "vfModuleModelCustomizationUUID": "f9e81c5b-4783-4d69-aa87-c6067e2e3d22",
    "isBase": true,
    "artifacts": [
      "9d9667fe-4205-41d7-9630-34192ee16980",
      "045f3e5d-ceee-440c-8807-c2f3b136dfc6"
    ],
    "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-25T06:52:02.558Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2244f034-6b29-478a-8a97-bab877c3d9a8
VfModuleModelInvariantUUID:da1e30d8-c9ab-46b7-ba85-701649cc410e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d9667fe-4205-41d7-9630-34192ee16980
,
045f3e5d-ceee-440c-8807-c2f3b136dfc6

}
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-25T06:52:02.558Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9d9667fe-4205-41d7-9630-34192ee16980 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-25T06:52:02.558Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:52:02.559Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:02.724Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:52:02.725Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9d9667fe-4205-41d7-9630-34192ee16980 5033
2022-06-25T06:52:02.725Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:02.725Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:02.725Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:52:02.726Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:02.728Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:02.728Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139922725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:02.833Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-25T06:52:02.834Z||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-25T06:52:02.834Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:02.858Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:02.859Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:52:03.729Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 045f3e5d-ceee-440c-8807-c2f3b136dfc6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-25T06:52:03.729Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:52:03.730Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:03.891Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:52:03.891Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 045f3e5d-ceee-440c-8807-c2f3b136dfc6 903
2022-06-25T06:52:03.892Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:03.892Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:03.892Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:52:03.892Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:03.896Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:03.897Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139923892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:03.996Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:52:03.998Z||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-25T06:52:03.998Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:04.014Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:04.015Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:52:04.899Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: db42d13b-0c63-420f-ae1e-1c3279aaecac
2022-06-25T06:52:04.899Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85 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-25T06:52:04.924Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74fae615, org.onap.sdc.toscaparser.api.parameters.Input@2d0ee22b, org.onap.sdc.toscaparser.api.parameters.Input@72c9a974, org.onap.sdc.toscaparser.api.parameters.Input@3d9cd752, org.onap.sdc.toscaparser.api.parameters.Input@1e7544ba]
2022-06-25T06:52:04.926Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.927Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.927Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-25T06:52:04.927Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e78066bf-ef7e-4a7b-8161-648311c19634
2022-06-25T06:52:04.927Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e78066bf-ef7e-4a7b-8161-648311c19634 matches Tosca VF Customization UUID: e78066bf-ef7e-4a7b-8161-648311c19634
2022-06-25T06:52:04.928Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e78066bf-ef7e-4a7b-8161-648311c19634  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-25T06:52:04.931Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.932Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.933Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e78066bf-ef7e-4a7b-8161-648311c19634: {\"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-25T06:52:04.933Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20701f7a
2022-06-25T06:52:04.933Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.934Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.934Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9e81c5b-4783-4d69-aa87-c6067e2e3d22
2022-06-25T06:52:04.934Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9e81c5b-4783-4d69-aa87-c6067e2e3d22
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-25T06:52:04.938Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.938Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:04.938Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:52:04.939Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.939Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:04.939Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:52:04.939Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.940Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-25T06:52:04.940Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-25T06:52:04.940Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-25T06:52:04.941Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00d748d8-e3ab-4810-a005-cd193ba6c5aa
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-25T06:52:04.944Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.945Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:04.945Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:52:04.946Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.946Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-25T06:52:04.946Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e78066bf-ef7e-4a7b-8161-648311c19634
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-25T06:52:04.949Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.949Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.949Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid db42d13b-0c63-420f-ae1e-1c3279aaecac: basic_vm
2022-06-25T06:52:04.950Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.950Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.950Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.950Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.950Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.951Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.951Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.951Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.952Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:52:04.952Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:04.952Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:05.078Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 399ce6bd-e960-4dd9-9dd4-2d4eeeabdf85 1 ASDC deployResourceStructure
2022-06-25T06:52:05.078Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:05.079Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:05.079Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:52:05.079Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:05.082Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:05.083Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139925078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:05.182Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:52:05.184Z||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-25T06:52:05.184Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:05.199Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:05.200Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:52:06.083Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:06.084Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:06.084Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:52:06.085Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:06.100Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:06.100Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139926083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:06.188Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-25T06:52:06.189Z||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-25T06:52:06.189Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:06.208Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:06.208Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:52:07.102Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:07.102Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:07.102Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:52:07.103Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:07.106Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:07.106Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139927102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:07.209Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:52:07.211Z||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-25T06:52:07.211Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:07.240Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:07.242Z||pool-75-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:52:08.109Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:08.110Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:52:08.110Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:52:08.110Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:52:08.112Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:52:08.112Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139928109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:08.213Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:52:08.214Z||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-25T06:52:08.214Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:08.248Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:08.249Z||pool-76-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:52:09.115Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:52:09.130Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:52:09.134Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:52:09.134Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:52:09.135Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:52:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:52:09.338Z||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-25T06:52:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:52:09.365Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:52:09.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139846929,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:52:09.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139840046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139839549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139848181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139857155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139857719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139851678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "cds",
  "timestamp": 1656139858726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T06:52:09.400Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
2022-06-25T06:52:09.400Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:52:09.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139859925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139859393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139859517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139861150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139854677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:52:09.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139860397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:09.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139860521,
  "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-25T06:52:09.432Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
2022-06-25T06:52:09.433Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139861850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139862395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "policy-id",
  "timestamp": 1656139861400,
  "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-25T06:52:09.454Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
2022-06-25T06:52:09.454Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:52:09.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139862381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139863460,
  "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-25T06:52:09.480Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
2022-06-25T06:52:09.481Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:52:09.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139862537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139864466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:09.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139865900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139865541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:52:09.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139867069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "clamp",
  "timestamp": 1656139866546,
  "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-25T06:52:09.521Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
2022-06-25T06:52:09.522Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:52:09.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139868172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:52:09.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:52:09.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:09.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:52:09.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:52:09.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:52:39.136Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:52:39.161Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:52:39.167Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:52:39.167Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:52:39.169Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:53:09.170Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:53:09.191Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:53:09.199Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:53:09.199Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:53:09.199Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:53:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:53:09.338Z||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-25T06:53:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:53:09.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:53:09.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:53:09.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139869348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:53:09.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:53:39.205Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:53:39.241Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:53:39.246Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:53:39.247Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:53:39.247Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:54:09.248Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:54:09.272Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:54:09.278Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:54:09.279Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:54:09.280Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:54:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:54:09.339Z||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-25T06:54:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:54:09.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:54:09.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139870041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:09.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:09.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139870496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:09.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:09.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:54:09.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "aai-ml",
  "timestamp": 1656139871045,
  "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-25T06:54:09.931Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
2022-06-25T06:54:09.931Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:54:09.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139863181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:09.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139871791,
  "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-25T06:54:09.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:09.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139871997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:09.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:09.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139857356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139872799,
  "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-25T06:54:09.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:09.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:09.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:09.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:09.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "cds",
  "timestamp": 1656139873010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-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-25T06:54:10.022Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ee764c8-3693-4e46-8d8c-789392b5d3ce
2022-06-25T06:54:10.022Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:54:10.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139873809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139873313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139874816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139874513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139875825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.059Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656139875518,
  "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-25T06:54:10.086Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7ee764c8-3693-4e46-8d8c-789392b5d3ce
2022-06-25T06:54:10.087Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:54:10.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139876835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139869548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139870046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656139871678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139878506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139871470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139880310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139880436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139881314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656139881440,
  "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-25T06:54:10.128Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ee764c8-3693-4e46-8d8c-789392b5d3ce
2022-06-25T06:54:10.128Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:54:10.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "policy-id",
  "timestamp": 1656139882335,
  "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-25T06:54:10.156Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ee764c8-3693-4e46-8d8c-789392b5d3ce
2022-06-25T06:54:10.156Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:54:10.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139889539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139884677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139891547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "clamp",
  "timestamp": 1656139892551,
  "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-25T06:54:10.199Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ee764c8-3693-4e46-8d8c-789392b5d3ce
2022-06-25T06:54:10.199Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:54:10.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139893382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139898467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "aai-ml",
  "timestamp": 1656139899471,
  "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-25T06:54:10.223Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ee764c8-3693-4e46-8d8c-789392b5d3ce
2022-06-25T06:54:10.224Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:54:10.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139908290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:54:10.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:54:10.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139847963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:54:10.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:54:10.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139916710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139921523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139922725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139923892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:54:10.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139925078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139926083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139927102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:10.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:54:10.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656139928109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:54:10.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:54:39.281Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:54:39.340Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:54:39.345Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:54:39.346Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:54:39.346Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:54:39.347Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:54:39.347Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:54:39.347Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:54:39.348Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:54:39.348Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:54:39.349Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:54:39.349Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:54:39.350Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:54:39.360Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:55:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:55:09.338Z||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-25T06:55:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:09.385Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 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-25T06:55:09.392Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 and serviceModelVersionId: db42d13b-0c63-420f-ae1e-1c3279aaecac
2022-06-25T06:55:09.393Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf617159-2fb1-4092-a5e2-1653fa6dc3fc
2022-06-25T06:55:09.394Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf617159-2fb1-4092-a5e2-1653fa6dc3fc/model-vers/model-ver/db42d13b-0c63-420f-ae1e-1c3279aaecac?depth=0
2022-06-25T06:55:09.404Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:55:09.508Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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/cf617159-2fb1-4092-a5e2-1653fa6dc3fc/model-vers/model-ver/db42d13b-0c63-420f-ae1e-1c3279aaecac?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-25T06:55:09.511Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf617159-2fb1-4092-a5e2-1653fa6dc3fc/model-vers/model-ver/db42d13b-0c63-420f-ae1e-1c3279aaecac?depth=0|INFO|500||Invoke
2022-06-25T06:55:09.553Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf617159-2fb1-4092-a5e2-1653fa6dc3fc/model-vers/model-ver/db42d13b-0c63-420f-ae1e-1c3279aaecac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T06:55:09.684Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf617159-2fb1-4092-a5e2-1653fa6dc3fc/model-vers/model-ver/db42d13b-0c63-420f-ae1e-1c3279aaecac?depth=0|INFO|500||InvokeReturn
2022-06-25T06:55:09.685Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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/cf617159-2fb1-4092-a5e2-1653fa6dc3fc/model-vers/model-ver/db42d13b-0c63-420f-ae1e-1c3279aaecac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220625-06:55:08:872-31461], vertex-id=[200936], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:55:08 GMT], Content-Type=[application/json]}
2022-06-25T06:55:09.687Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:55:09.687Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:55:09.688Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:55:09.693Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T06:55:09.694Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:55:09.695Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:55:09.696Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:09.700Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:09.701Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140109695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:55:09.800Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:55:09.801Z||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-25T06:55:09.801Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:09.817Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:09.818Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:10.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:10.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:55:10.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140109695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:55:10.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T06:55:10.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:55:10.728Z||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-25T06:55:10.729Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:15.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:15.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-25T06:55:15.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ee764c8-3693-4e46-8d8c-789392b5d3ce","serviceName":"Demo_pNF_Hr25dJcxLAx3Ss2tEf7z","serviceVersion":"1.0","serviceUUID":"32cc83a8-8e00-46f7-89e6-9413ea5dc78f","serviceDescription":"catalog service description","serviceInvariantUUID":"dd2ba53f-1e8e-467d-bffc-75e967e89282","resources":[{"resourceInstanceName":"pNF 754257ec-ae69 0","resourceName":"pNF 754257ec-ae69","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5eae7f56-6d63-4690-ad8f-adf18a22bf78","resourceInvariantUUID":"be13e61d-3892-4956-a6c4-5213011b3ea1","resourceCustomizationUUID":"7ce2a7d8-7941-4de2-b99e-bbbf0427daa8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml","artifactChecksum":"YzdhZjdiZDM5OTUyOGUyNzY1NzVjNmQyYzAxNGFkYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a4bf73b-a1d9-41ce-9425-064330232a03","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar","artifactChecksum":"MGU5YWZkY2I3ZGQxNDRiMTczOWJlMTViZDQ2MmE2ZTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4848dc66-b26c-49c6-a503-98cb2d0e9381","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae21096a-7dce-4173-87b8-09a9ece20d79","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml","artifactChecksum":"MzczZWM2MTE5NWY3NWEzNTQ4ZTRmNDdkYmNhODJjZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bdc5e762-a7c8-4a5d-981e-e8aac4ff40e0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e3dca3b-cdba-4a34-bfff-cd82e0dff102","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbbb61e3-12cf-47b7-af40-5bd159565b3a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHr25djcxlax3ss2tef7z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml","artifactChecksum":"MGY5Yjg0M2Y3ZjU3NTkwYmY0ZWU2MzczM2ZkNjNmYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef4b9c93-7276-4956-bcf5-7fd57612e92c","artifactVersion":"1"},{"artifactName":"service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar","artifactChecksum":"ZWY4ZmIyOGMxYmYxOWIzYWFmMzc1OWE5YzExYmZkYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6507d0fc-1a42-4480-b6d5-205002537e4d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:55:15.303Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:15.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:15.308Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:15.309Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:15.409Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:55:15.410Z||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-25T06:55:15.410Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:15.440Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:15.441Z||pool-78-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:55:16.313Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:16.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:16.329Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:16.330Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:16.429Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:55:16.433Z||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-25T06:55:16.434Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:16.450Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:16.451Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:17.330Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:17.332Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:17.335Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:17.336Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:17.436Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:55:17.438Z||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-25T06:55:17.438Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:17.456Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:17.457Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:55:18.338Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:18.339Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:18.344Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:18.344Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:18.443Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:55:18.444Z||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-25T06:55:18.445Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:18.470Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:18.471Z||pool-81-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:19.345Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:19.346Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:19.349Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:19.350Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:19.450Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:55:19.451Z||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-25T06:55:19.451Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:19.482Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:19.495Z||pool-82-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:20.351Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:20.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:20.355Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:20.355Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:20.455Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:55:20.457Z||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-25T06:55:20.457Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:20.480Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:20.481Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:21.356Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:21.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:21.396Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:21.396Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:55:21.476Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-25T06:55:21.483Z||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-25T06:55:21.485Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:21.522Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:21.524Z||pool-84-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:22.397Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:55:22.397Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:22.401Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:22.401Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:55:22.500Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:55:22.502Z||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-25T06:55:22.506Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:22.542Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:22.543Z||pool-85-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:23.404Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "serviceName": "Demo_pNF_Hr25dJcxLAx3Ss2tEf7z",
  "serviceVersion": "1.0",
  "serviceUUID": "32cc83a8-8e00-46f7-89e6-9413ea5dc78f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dd2ba53f-1e8e-467d-bffc-75e967e89282",
  "resources": [
    {
      "resourceInstanceName": "pNF 754257ec-ae69 0",
      "resourceCustomizationUUID": "7ce2a7d8-7941-4de2-b99e-bbbf0427daa8",
      "resourceName": "pNF 754257ec-ae69",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5eae7f56-6d63-4690-ad8f-adf18a22bf78",
      "resourceInvariantUUID": "be13e61d-3892-4956-a6c4-5213011b3ea1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
      "artifactChecksum": "ZWY4ZmIyOGMxYmYxOWIzYWFmMzc1OWE5YzExYmZkYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6507d0fc-1a42-4480-b6d5-205002537e4d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T06:55:23.405Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:55:23.405Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32cc83a8-8e00-46f7-89e6-9413ea5dc78f ASDC
2022-06-25T06:55:23.405Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7ee764c8-3693-4e46-8d8c-789392b5d3ce
ServiceName:Demo_pNF_Hr25dJcxLAx3Ss2tEf7z
ServiceVersion:1.0
ServiceUUID:32cc83a8-8e00-46f7-89e6-9413ea5dc78f
ServiceInvariantUUID:dd2ba53f-1e8e-467d-bffc-75e967e89282
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
ArtifactUUID:6507d0fc-1a42-4480-b6d5-205002537e4d
ArtifactChecksum:ZWY4ZmIyOGMxYmYxOWIzYWFmMzc1OWE5YzExYmZkYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 754257ec-ae69 0
ResourceCustomizationUUID:7ce2a7d8-7941-4de2-b99e-bbbf0427daa8
ResourceInvariantUUID:be13e61d-3892-4956-a6c4-5213011b3ea1
ResourceName:pNF 754257ec-ae69
ResourceType:PNF
ResourceUUID:5eae7f56-6d63-4690-ad8f-adf18a22bf78
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-25T06:55:23.405Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32cc83a8-8e00-46f7-89e6-9413ea5dc78f 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-25T06:55:23.487Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:55:23.488Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-25T06:55:23.489Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-25T06:55:23.489Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6507d0fc-1a42-4480-b6d5-205002537e4d from URL: /sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:23.489Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-25T06:55:23.489Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:24.086Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-25T06:55:24.099Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar 6507d0fc-1a42-4480-b6d5-205002537e4d 82636
2022-06-25T06:55:24.100Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar ASDC sendASDCNotification
2022-06-25T06:55:24.101Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:24.101Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:55:24.103Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:24.108Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:24.108Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140124100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:55:24.208Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:55:24.209Z||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-25T06:55:24.209Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:24.228Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:24.228Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:25.109Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:55:25.112Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-25T06:55:25.113Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6507d0fc-1a42-4480-b6d5-205002537e4d, URL: /sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar to file: /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:25.114Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:25.115Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:25.116Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:25.425Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16051546697492844641/Definitions/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml
2022-06-25T06:55:27.189Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:55:27.190Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-25T06:55:27.190Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.190Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-25T06:55:27.191Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 754257ec-ae69 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-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.191Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.191Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.191Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.191Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.191Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.192Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.192Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-25T06:55:27.192Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.192Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.193Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Node template pNF 754257ec-ae69 0 is matching search criteria
2022-06-25T06:55:27.193Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-25T06:55:27.193Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 754257ec-ae69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:55:27.194Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.194Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.194Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Node template pNF 754257ec-ae69 0 is matching search criteria
2022-06-25T06:55:27.195Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-25T06:55:27.195Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 754257ec-ae69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:55:27.195Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.196Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.196Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.196Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.196Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.196Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.197Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.197Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.197Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.197Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.198Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Hr25dJcxLAx3Ss2tEf7z
Description:catalog service description
Model UUID:32cc83a8-8e00-46f7-89e6-9413ea5dc78f
Model Version:NULL
Model InvariantUuid:dd2ba53f-1e8e-467d-bffc-75e967e89282
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-25T06:55:27.207Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5eae7f56-6d63-4690-ad8f-adf18a22bf78
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-25T06:55:27.218Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||pNF 754257ec-ae69 0
2022-06-25T06:55:27.219Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5eae7f56-6d63-4690-ad8f-adf18a22bf78
2022-06-25T06:55:27.219Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 32cc83a8-8e00-46f7-89e6-9413ea5dc78f
2022-06-25T06:55:27.219Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 32cc83a8-8e00-46f7-89e6-9413ea5dc78f
2022-06-25T06:55:27.220Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 754257ec-ae69 0 5eae7f56-6d63-4690-ad8f-adf18a22bf78 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-25T06:55:27.228Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4881b625, org.onap.sdc.toscaparser.api.parameters.Input@6dfd9dc3, org.onap.sdc.toscaparser.api.parameters.Input@7f728b01, org.onap.sdc.toscaparser.api.parameters.Input@18370ce, org.onap.sdc.toscaparser.api.parameters.Input@4476ce45]
2022-06-25T06:55:27.229Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.230Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.230Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 32cc83a8-8e00-46f7-89e6-9413ea5dc78f: pNF 754257ec-ae69
2022-06-25T06:55:27.230Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5eae7f56-6d63-4690-ad8f-adf18a22bf78
2022-06-25T06:55:27.230Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T06:55:27.231Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Hr25dJcxLAx3Ss2tEf7z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:55:27.232Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||Resource customization UUID: 7ce2a7d8-7941-4de2-b99e-bbbf0427daa8 is the same as notified resource customizationUUID: 7ce2a7d8-7941-4de2-b99e-bbbf0427daa8
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-25T06:55:27.297Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 754257ec-ae69 5eae7f56-6d63-4690-ad8f-adf18a22bf78 0 ASDC deployResourceStructure
2022-06-25T06:55:27.298Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar ASDC sendASDCNotification
2022-06-25T06:55:27.298Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar
2022-06-25T06:55:27.298Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:55:27.299Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:27.303Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:27.303Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140127298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:55:27.403Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:55:27.404Z||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-25T06:55:27.404Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:27.420Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:27.421Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:55:28.304Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ee764c8-3693-4e46-8d8c-789392b5d3ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:55:28.319Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ee764c8-3693-4e46-8d8c-789392b5d3ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T06:55:28.324Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:55:28.324Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:55:28.324Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:55:28.324Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.325Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T06:55:28.326Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T06:55:28.334Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:55:58.334Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ee764c8-3693-4e46-8d8c-789392b5d3ce 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-25T06:55:58.348Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ee764c8-3693-4e46-8d8c-789392b5d3ce and serviceModelVersionId: 32cc83a8-8e00-46f7-89e6-9413ea5dc78f
2022-06-25T06:55:58.348Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd2ba53f-1e8e-467d-bffc-75e967e89282
2022-06-25T06:55:58.349Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd2ba53f-1e8e-467d-bffc-75e967e89282/model-vers/model-ver/32cc83a8-8e00-46f7-89e6-9413ea5dc78f?depth=0
2022-06-25T06:55:58.355Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:55:58.459Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd2ba53f-1e8e-467d-bffc-75e967e89282/model-vers/model-ver/32cc83a8-8e00-46f7-89e6-9413ea5dc78f?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-25T06:55:58.464Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd2ba53f-1e8e-467d-bffc-75e967e89282/model-vers/model-ver/32cc83a8-8e00-46f7-89e6-9413ea5dc78f?depth=0|INFO|500||Invoke
2022-06-25T06:55:58.521Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd2ba53f-1e8e-467d-bffc-75e967e89282/model-vers/model-ver/32cc83a8-8e00-46f7-89e6-9413ea5dc78f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T06:55:58.719Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd2ba53f-1e8e-467d-bffc-75e967e89282/model-vers/model-ver/32cc83a8-8e00-46f7-89e6-9413ea5dc78f?depth=0|INFO|500||InvokeReturn
2022-06-25T06:55:58.719Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd2ba53f-1e8e-467d-bffc-75e967e89282/model-vers/model-ver/32cc83a8-8e00-46f7-89e6-9413ea5dc78f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220625-06:55:57:836-90471], vertex-id=[213072], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:55:57 GMT], Content-Type=[application/json]}
2022-06-25T06:55:58.719Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:55:58.720Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:55:58.720Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T06:55:58.727Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T06:55:58.728Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ee764c8-3693-4e46-8d8c-789392b5d3ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:55:58.728Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:55:58.729Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:55:58.732Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:55:58.732Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140158728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:55:58.831Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:55:58.833Z||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-25T06:55:58.833Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:55:58.852Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:55:58.853Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T06:55:59.759Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:55:59.761Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:55:59.761Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:56:09.338Z||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-25T06:56:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:09.353Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:56:09.353Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:56:09.354Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:56:09.354Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:10.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:56:10.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/resourceInstances/pnf754257ecae690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T06:56:10.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140110727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T06:56:10.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-25T06:56:10.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140124100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T06:56:10.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:56:10.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140127298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHr25djcxlax3ss2tef7z/1.0/artifacts/service-DemoPnfHr25djcxlax3ss2tef7z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T06:56:10.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:56:10.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:56:10.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ee764c8-3693-4e46-8d8c-789392b5d3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140158728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:56:10.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:56:18.929Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:56:18.930Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:56:18.931Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:56:18.932Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:28.490Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:56:28.492Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:56:28.493Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:56:28.493Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:38.051Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:56:38.052Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:56:38.052Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:56:38.053Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:47.620Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:56:47.621Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:56:47.622Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:56:47.622Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:56:57.227Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:57:09.330Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:57:09.331Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:57:09.332Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:57:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:57:09.337Z||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-25T06:57:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:57:18.909Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:57:18.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:58:09.331Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:58:09.333Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T06:58:09.333Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:58:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:58:09.338Z||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-25T06:58:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:58:18.939Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:58:18.947Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:59:09.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:59:09.332Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:59:09.333Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:59:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:59:09.339Z||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-25T06:59:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:59:18.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T06:59:18.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:09.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:00:09.332Z||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-25T07:00:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:00:09.338Z||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-25T07:00:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:09.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:09.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:00:09.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f761dff-240f-4cf0-ba59-45696ccf39aa","serviceName":"Demo_pNF_ng3ze1HsiYxbtawEF6KA","serviceVersion":"1.0","serviceUUID":"cdf0e32b-16f0-41ba-8050-be998b8a4b35","serviceDescription":"catalog service description","serviceInvariantUUID":"bad29b79-d87a-4eec-9edc-313cd99aa7b6","resources":[{"resourceInstanceName":"pNF 37c2dbb1-4abf 0","resourceName":"pNF 37c2dbb1-4abf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1f8ae0dc-637f-45ac-abf7-1c34aae89b10","resourceInvariantUUID":"c0a52a4d-185a-46f5-b63d-565298bef187","resourceCustomizationUUID":"aa183096-bc8c-4f21-9787-71776b785b38","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml","artifactChecksum":"M2ViMTQ3YjE0NjQ3YmY5ZjMzYWRmZGQ3Y2M0ZjkyYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7b46626-e4df-42b2-adb1-208258efe62e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar","artifactChecksum":"MGU5YWZkY2I3ZGQxNDRiMTczOWJlMTViZDQ2MmE2ZTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5ffa7c2-47f9-42d3-8279-4ace449f9a92","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6281317-fe81-4998-8e13-2f2a29b0c7fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzc2ZWY0MzkxOWZkZTBlNjhlZGMxNWZjODlhMjJhMjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00b0c1c2-40f1-4325-968c-b4865927e700","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"583d9599-d9fd-414a-8f22-9f5bc6ee1405","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba936b04-2f32-4591-a023-772444f59fa7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml","artifactChecksum":"MWVhZDFiM2JiOGE4NmM1MTI5NDhhOTMzYjkxNzc4YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ae0e516-55d6-457d-9210-fb88cd66298c","artifactVersion":"1"},{"artifactName":"service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar","artifactChecksum":"ZTY0MGZhYjlmMmE1NTNiYWUzOTkwMjNkZTBkZjNlODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bed5455-09d0-466a-9245-b00964db34ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T07:00:09.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:09.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:09.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:09.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:10.000Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:10.008Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:10.008Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140357358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140364677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140358181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140374085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:10.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:10.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140374014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "cds",
  "timestamp": 1656140375094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-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-25T07:00:10.078Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f761dff-240f-4cf0-ba59-45696ccf39aa
2022-06-25T07:00:10.079Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:10.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140375051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:00:10.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140376058,
  "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-25T07:00:10.108Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:00:10.109Z||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-25T07:00:10.109Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:10.110Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2f761dff-240f-4cf0-ba59-45696ccf39aa
2022-06-25T07:00:10.110Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:10.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140371678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140379572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:00:10.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "aai-ml",
  "timestamp": 1656140380575,
  "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-25T07:00:10.142Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:10.143Z||pool-89-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:10.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f761dff-240f-4cf0-ba59-45696ccf39aa
2022-06-25T07:00:10.145Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:10.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140380442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:10.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140381448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "policy-id",
  "timestamp": 1656140382452,
  "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-25T07:00:10.175Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f761dff-240f-4cf0-ba59-45696ccf39aa
2022-06-25T07:00:10.175Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:10.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140379548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140380046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140388524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:10.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140390575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:00:10.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140391579,
  "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-25T07:00:10.207Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f761dff-240f-4cf0-ba59-45696ccf39aa
2022-06-25T07:00:10.208Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:10.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140399618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:10.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140401627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:00:10.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:00:10.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:00:10.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "clamp",
  "timestamp": 1656140402632,
  "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-25T07:00:10.235Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f761dff-240f-4cf0-ba59-45696ccf39aa
2022-06-25T07:00:10.235Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:11.009Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:11.010Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:11.013Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:11.013Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:11.113Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:00:11.114Z||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-25T07:00:11.114Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:11.131Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:11.132Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:00:12.014Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:12.016Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:12.018Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:12.019Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:12.119Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:00:12.120Z||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-25T07:00:12.121Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:12.137Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:12.138Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:13.019Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:13.020Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:13.023Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:13.023Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:13.124Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:00:13.125Z||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-25T07:00:13.125Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:13.140Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:13.141Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:14.024Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:14.031Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:14.035Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:14.035Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:14.146Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-25T07:00:14.167Z||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-25T07:00:14.167Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:14.185Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:14.194Z||pool-93-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:15.036Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:15.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:15.043Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:15.043Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:15.142Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T07:00:15.144Z||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-25T07:00:15.144Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:15.179Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:15.190Z||pool-94-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:16.045Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:16.048Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:16.058Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:16.059Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:00:16.153Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-25T07:00:16.155Z||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-25T07:00:16.155Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:16.172Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:16.173Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:00:17.060Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:00:17.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:17.065Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:17.065Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:00:17.166Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:00:17.167Z||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-25T07:00:17.168Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:17.195Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:17.203Z||pool-96-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:18.071Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "serviceName": "Demo_pNF_ng3ze1HsiYxbtawEF6KA",
  "serviceVersion": "1.0",
  "serviceUUID": "cdf0e32b-16f0-41ba-8050-be998b8a4b35",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bad29b79-d87a-4eec-9edc-313cd99aa7b6",
  "resources": [
    {
      "resourceInstanceName": "pNF 37c2dbb1-4abf 0",
      "resourceCustomizationUUID": "aa183096-bc8c-4f21-9787-71776b785b38",
      "resourceName": "pNF 37c2dbb1-4abf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1f8ae0dc-637f-45ac-abf7-1c34aae89b10",
      "resourceInvariantUUID": "c0a52a4d-185a-46f5-b63d-565298bef187",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
      "artifactChecksum": "ZTY0MGZhYjlmMmE1NTNiYWUzOTkwMjNkZTBkZjNlODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bed5455-09d0-466a-9245-b00964db34ae"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T07:00:18.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T07:00:18.076Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdf0e32b-16f0-41ba-8050-be998b8a4b35 ASDC
2022-06-25T07:00:18.077Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2f761dff-240f-4cf0-ba59-45696ccf39aa
ServiceName:Demo_pNF_ng3ze1HsiYxbtawEF6KA
ServiceVersion:1.0
ServiceUUID:cdf0e32b-16f0-41ba-8050-be998b8a4b35
ServiceInvariantUUID:bad29b79-d87a-4eec-9edc-313cd99aa7b6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
ArtifactUUID:7bed5455-09d0-466a-9245-b00964db34ae
ArtifactChecksum:ZTY0MGZhYjlmMmE1NTNiYWUzOTkwMjNkZTBkZjNlODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 37c2dbb1-4abf 0
ResourceCustomizationUUID:aa183096-bc8c-4f21-9787-71776b785b38
ResourceInvariantUUID:c0a52a4d-185a-46f5-b63d-565298bef187
ResourceName:pNF 37c2dbb1-4abf
ResourceType:PNF
ResourceUUID:1f8ae0dc-637f-45ac-abf7-1c34aae89b10
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-25T07:00:18.078Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdf0e32b-16f0-41ba-8050-be998b8a4b35 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-25T07:00:18.145Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:00:18.148Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-25T07:00:18.149Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-25T07:00:18.149Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7bed5455-09d0-466a-9245-b00964db34ae from URL: /sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:18.150Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-25T07:00:18.151Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:18.423Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-25T07:00:18.429Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar 7bed5455-09d0-466a-9245-b00964db34ae 82644
2022-06-25T07:00:18.429Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar ASDC sendASDCNotification
2022-06-25T07:00:18.429Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:18.429Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:00:18.430Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:18.432Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:18.432Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140418429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:00:18.533Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:00:18.534Z||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-25T07:00:18.534Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:18.551Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:18.553Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:19.433Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:00:19.434Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-25T07:00:19.436Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7bed5455-09d0-466a-9245-b00964db34ae, URL: /sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar to file: /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:19.436Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:19.437Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:19.437Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:19.675Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16882515692655307996/Definitions/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml
2022-06-25T07:00:21.436Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T07:00:21.437Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-25T07:00:21.437Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.438Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-25T07:00:21.439Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 37c2dbb1-4abf 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-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.439Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.439Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.440Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.440Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.440Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.440Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.441Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-25T07:00:21.441Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.442Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.442Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Node template pNF 37c2dbb1-4abf 0 is matching search criteria
2022-06-25T07:00:21.443Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-25T07:00:21.443Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 37c2dbb1-4abf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:00:21.444Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.444Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.444Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Node template pNF 37c2dbb1-4abf 0 is matching search criteria
2022-06-25T07:00:21.445Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-25T07:00:21.446Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 37c2dbb1-4abf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:00:21.447Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.447Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.447Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.448Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.448Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.449Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.450Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.450Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.451Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.451Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.454Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ng3ze1HsiYxbtawEF6KA
Description:catalog service description
Model UUID:cdf0e32b-16f0-41ba-8050-be998b8a4b35
Model Version:NULL
Model InvariantUuid:bad29b79-d87a-4eec-9edc-313cd99aa7b6
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-25T07:00:21.469Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1f8ae0dc-637f-45ac-abf7-1c34aae89b10
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-25T07:00:21.481Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||pNF 37c2dbb1-4abf 0
2022-06-25T07:00:21.481Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1f8ae0dc-637f-45ac-abf7-1c34aae89b10
2022-06-25T07:00:21.493Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||No resources found for Service: cdf0e32b-16f0-41ba-8050-be998b8a4b35
2022-06-25T07:00:21.494Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cdf0e32b-16f0-41ba-8050-be998b8a4b35
2022-06-25T07:00:21.494Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 37c2dbb1-4abf 0 1f8ae0dc-637f-45ac-abf7-1c34aae89b10 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-25T07:00:21.506Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c53a0b1, org.onap.sdc.toscaparser.api.parameters.Input@17f3941b, org.onap.sdc.toscaparser.api.parameters.Input@1f18505e, org.onap.sdc.toscaparser.api.parameters.Input@4f23e4c7, org.onap.sdc.toscaparser.api.parameters.Input@5ee493ba]
2022-06-25T07:00:21.506Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.506Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.507Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cdf0e32b-16f0-41ba-8050-be998b8a4b35: pNF 37c2dbb1-4abf
2022-06-25T07:00:21.507Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Processing PNF resource: 1f8ae0dc-637f-45ac-abf7-1c34aae89b10
2022-06-25T07:00:21.507Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:00:21.508Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ng3ze1HsiYxbtawEF6KA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:00:21.508Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||Resource customization UUID: aa183096-bc8c-4f21-9787-71776b785b38 is the same as notified resource customizationUUID: aa183096-bc8c-4f21-9787-71776b785b38
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-25T07:00:21.556Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 37c2dbb1-4abf 1f8ae0dc-637f-45ac-abf7-1c34aae89b10 0 ASDC deployResourceStructure
2022-06-25T07:00:21.557Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar ASDC sendASDCNotification
2022-06-25T07:00:21.558Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar
2022-06-25T07:00:21.558Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:00:21.559Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:21.565Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:21.566Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140421557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:00:21.666Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T07:00:21.668Z||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-25T07:00:21.668Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:21.685Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:21.687Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:00:22.570Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f761dff-240f-4cf0-ba59-45696ccf39aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:00:22.635Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f761dff-240f-4cf0-ba59-45696ccf39aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:00:22.643Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:00:22.644Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T07:00:22.644Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T07:00:22.644Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T07:00:22.644Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:00:22.645Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T07:00:22.659Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T07:00:52.660Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f761dff-240f-4cf0-ba59-45696ccf39aa 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-25T07:00:52.669Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f761dff-240f-4cf0-ba59-45696ccf39aa and serviceModelVersionId: cdf0e32b-16f0-41ba-8050-be998b8a4b35
2022-06-25T07:00:52.669Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bad29b79-d87a-4eec-9edc-313cd99aa7b6
2022-06-25T07:00:52.671Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0
2022-06-25T07:00:52.687Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T07:00:52.790Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0|INFO|500||Invoke
2022-06-25T07:00:52.791Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f761dff-240f-4cf0-ba59-45696ccf39aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d309091b-01ad-4bb2-af7b-0711aa153350], X-ECOMP-RequestID=[2f761dff-240f-4cf0-ba59-45696ccf39aa], X-TransactionId=[], X-ONAP-RequestID=[2f761dff-240f-4cf0-ba59-45696ccf39aa], Content-Type=[application/merge-patch+json]}
2022-06-25T07:00:52.878Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T07:00:53.026Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?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/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220625-07:00:52:192-21910], vertex-id=[245960], Content-Length=[0], Date=[Sat, 25 Jun 2022 07:00:52 GMT], Content-Type=[application/json]}
2022-06-25T07:00:53.027Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T07:00:53.028Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad29b79-d87a-4eec-9edc-313cd99aa7b6/model-vers/model-ver/cdf0e32b-16f0-41ba-8050-be998b8a4b35?depth=0|INFO|500||InvokeReturn
2022-06-25T07:00:53.028Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T07:00:53.032Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T07:00:53.050Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T07:00:53.073Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f761dff-240f-4cf0-ba59-45696ccf39aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T07:00:53.073Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T07:00:53.074Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:00:53.085Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:00:53.085Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140453073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:00:53.178Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-25T07:00:53.180Z||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-25T07:00:53.180Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:00:53.202Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:00:53.203Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T07:01:09.330Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:01:09.332Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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-25T07:01:09.332Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:01:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:01:09.338Z||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-25T07:01:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:01:09.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:01:09.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:01:09.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:01:09.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:01:18.885Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:02:09.330Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:02:09.331Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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-25T07:02:09.331Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:02:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:02:09.338Z||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-25T07:02:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:02:09.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:02:09.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:02:09.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:02:09.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:02:09.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:02:09.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/resourceInstances/pnf37c2dbb14abf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:02:09.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:02:09.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:02:09.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:02:09.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140418429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:02:09.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:02:09.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140421557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNg3ze1hsiyxbtawef6ka/1.0/artifacts/service-DemoPnfNg3ze1hsiyxbtawef6ka-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:02:09.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:02:09.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-25T07:02:09.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f761dff-240f-4cf0-ba59-45696ccf39aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140453073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:02:09.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:02:18.902Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:03:09.330Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:03:09.332Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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-25T07:03:09.332Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:03:09.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:03:09.346Z||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-25T07:03:09.346Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:03:18.885Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:03:18.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:09.330Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:04:09.332Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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-25T07:04:09.332Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:04:09.339Z||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-25T07:04:09.348Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:09.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:09.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140620046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140619548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140628181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:09.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.973Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:09.974Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.974Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"468a7a74-e8b5-4801-9d34-e2f2081eea51","serviceName":"Demo_pNF_RhtdxawILZYR2Mv43VUq","serviceVersion":"1.0","serviceUUID":"e0346071-a223-45d3-8d65-996cbf75e1f2","serviceDescription":"catalog service description","serviceInvariantUUID":"33c452dd-1da4-4a37-9217-fdf312a04f5a","resources":[{"resourceInstanceName":"pNF 024fe462-9fc6 0","resourceName":"pNF 024fe462-9fc6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e0b670f5-f120-4fdf-8641-4904ff31cb3a","resourceInvariantUUID":"24d4b7ad-b833-4ac1-b133-9af8b9328f89","resourceCustomizationUUID":"8831a33e-7dd6-40fd-ada6-0438c9191ee9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml","artifactChecksum":"OTllMzUxNzc4YThlN2EzODQyZDJhOGZhMjk5Mjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b963dd3-551c-4cae-8771-c7bcebefc9bd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar","artifactChecksum":"MGU5YWZkY2I3ZGQxNDRiMTczOWJlMTViZDQ2MmE2ZTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"941c617e-2ec7-4aaa-b7c9-60d24de7865e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f0b0e5b-3c00-46a0-a9d8-63ab6a3fbf89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml","artifactChecksum":"NTMyZWFmZmVmOTk3ZDA2ZWI1YjNjYTU2NTEyODE0YTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"229b58cc-8fa8-4c28-aa07-4a728fe847f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02d744bd-72ef-403d-aed7-4a48f3cbe71f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e1f35aa-2981-4e56-9ef6-9644d54578a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml","artifactChecksum":"MjJhYjhlMDQ0OTQ3YTY2NjI0MGNjYjg5NzIxMGYzNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b4ea957-67d3-41fe-b2ae-275d6dc3fafc","artifactVersion":"1"},{"artifactName":"service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar","artifactChecksum":"NjZkOGE0ZjFmZDkzODk2N2NhNWJjNTlhZDYwYjk1ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3d7b02f-9837-48dd-95db-0f5fe4b6c494","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T07:04:09.980Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:09.980Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:09.989Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:09.989Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:09.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:09.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:09.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140638178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:04:10.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140637663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:04:10.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656140631678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:10.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "cds",
  "timestamp": 1656140639186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-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-25T07:04:10.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 468a7a74-e8b5-4801-9d34-e2f2081eea51
2022-06-25T07:04:10.042Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468a7a74-e8b5-4801-9d34-e2f2081eea51 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-25T07:04:10.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140631470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:10.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140639620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140640368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656140640625,
  "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-25T07:04:10.076Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 468a7a74-e8b5-4801-9d34-e2f2081eea51
2022-06-25T07:04:10.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468a7a74-e8b5-4801-9d34-e2f2081eea51 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-25T07:04:10.089Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:04:10.090Z||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-25T07:04:10.090Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:10.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140641376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:04:10.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140634678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:10.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "policy-id",
  "timestamp": 1656140642379,
  "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-25T07:04:10.115Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 468a7a74-e8b5-4801-9d34-e2f2081eea51
2022-06-25T07:04:10.115Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468a7a74-e8b5-4801-9d34-e2f2081eea51 and ComponentName POLICY
2022-06-25T07:04:10.117Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:10.118Z||pool-100-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-25T07:04:10.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:04:10.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140643521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:04:10.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140637356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:10.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:04:10.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140646169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:04:10.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140647190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:04:10.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656140648193,
  "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-25T07:04:10.182Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 468a7a74-e8b5-4801-9d34-e2f2081eea51
2022-06-25T07:04:10.183Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468a7a74-e8b5-4801-9d34-e2f2081eea51 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-25T07:04:10.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:04:10.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140648895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:04:10.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:04:10.990Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:10.991Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:11.001Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:11.001Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:11.100Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:04:11.101Z||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-25T07:04:11.101Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:11.130Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:11.131Z||pool-101-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:04:12.002Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:12.002Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:12.006Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:12.007Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:12.116Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-25T07:04:12.122Z||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-25T07:04:12.122Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:12.141Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:12.142Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:13.007Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:13.009Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:13.013Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:13.013Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:13.115Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T07:04:13.117Z||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-25T07:04:13.117Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:13.137Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:13.138Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:14.016Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:14.037Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:14.093Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:14.093Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:14.198Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-25T07:04:14.205Z||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-25T07:04:14.217Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:14.284Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:14.285Z||pool-104-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:15.094Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:15.095Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:15.099Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:15.099Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:15.199Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:04:15.200Z||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-25T07:04:15.200Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:15.218Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:15.219Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:16.100Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:16.100Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:16.108Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:16.108Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:04:16.208Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:04:16.209Z||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-25T07:04:16.209Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:16.229Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:16.230Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:17.110Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:04:17.112Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:17.128Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:17.129Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:04:17.218Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-25T07:04:17.220Z||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-25T07:04:17.220Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:17.238Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:17.239Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:18.141Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "serviceName": "Demo_pNF_RhtdxawILZYR2Mv43VUq",
  "serviceVersion": "1.0",
  "serviceUUID": "e0346071-a223-45d3-8d65-996cbf75e1f2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "33c452dd-1da4-4a37-9217-fdf312a04f5a",
  "resources": [
    {
      "resourceInstanceName": "pNF 024fe462-9fc6 0",
      "resourceCustomizationUUID": "8831a33e-7dd6-40fd-ada6-0438c9191ee9",
      "resourceName": "pNF 024fe462-9fc6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e0b670f5-f120-4fdf-8641-4904ff31cb3a",
      "resourceInvariantUUID": "24d4b7ad-b833-4ac1-b133-9af8b9328f89",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
      "artifactChecksum": "NjZkOGE0ZjFmZDkzODk2N2NhNWJjNTlhZDYwYjk1ZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3d7b02f-9837-48dd-95db-0f5fe4b6c494"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T07:04:18.142Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T07:04:18.142Z|2f761dff-240f-4cf0-ba59-45696ccf39aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0346071-a223-45d3-8d65-996cbf75e1f2 ASDC
2022-06-25T07:04:18.145Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:468a7a74-e8b5-4801-9d34-e2f2081eea51
ServiceName:Demo_pNF_RhtdxawILZYR2Mv43VUq
ServiceVersion:1.0
ServiceUUID:e0346071-a223-45d3-8d65-996cbf75e1f2
ServiceInvariantUUID:33c452dd-1da4-4a37-9217-fdf312a04f5a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
ArtifactUUID:e3d7b02f-9837-48dd-95db-0f5fe4b6c494
ArtifactChecksum:NjZkOGE0ZjFmZDkzODk2N2NhNWJjNTlhZDYwYjk1ZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 024fe462-9fc6 0
ResourceCustomizationUUID:8831a33e-7dd6-40fd-ada6-0438c9191ee9
ResourceInvariantUUID:24d4b7ad-b833-4ac1-b133-9af8b9328f89
ResourceName:pNF 024fe462-9fc6
ResourceType:PNF
ResourceUUID:e0b670f5-f120-4fdf-8641-4904ff31cb3a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-25T07:04:18.149Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0346071-a223-45d3-8d65-996cbf75e1f2 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-25T07:04:18.287Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:04:18.289Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-25T07:04:18.289Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-25T07:04:18.290Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3d7b02f-9837-48dd-95db-0f5fe4b6c494 from URL: /sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:18.290Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-25T07:04:18.290Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:18.579Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-25T07:04:18.603Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar e3d7b02f-9837-48dd-95db-0f5fe4b6c494 82639
2022-06-25T07:04:18.603Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar ASDC sendASDCNotification
2022-06-25T07:04:18.604Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:18.604Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:04:18.604Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:18.612Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:18.612Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140658603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:04:18.721Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-25T07:04:18.723Z||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-25T07:04:18.723Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:18.738Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:18.739Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:19.613Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:04:19.614Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-25T07:04:19.617Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e3d7b02f-9837-48dd-95db-0f5fe4b6c494, URL: /sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar to file: /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:19.617Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:19.618Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:19.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:19.996Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4820665852975549283/Definitions/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml
2022-06-25T07:04:21.809Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T07:04:21.811Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-25T07:04:21.812Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.812Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-25T07:04:21.812Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.812Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.812Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 024fe462-9fc6 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-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.812Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.813Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.813Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.813Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.813Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-25T07:04:21.813Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.814Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.814Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Node template pNF 024fe462-9fc6 0 is matching search criteria
2022-06-25T07:04:21.814Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-25T07:04:21.814Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 024fe462-9fc6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:04:21.815Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.815Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.815Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Node template pNF 024fe462-9fc6 0 is matching search criteria
2022-06-25T07:04:21.816Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-25T07:04:21.817Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 024fe462-9fc6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:04:21.817Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.817Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.818Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.818Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.818Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.818Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.818Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.818Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.819Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.819Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.819Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_RhtdxawILZYR2Mv43VUq
Description:catalog service description
Model UUID:e0346071-a223-45d3-8d65-996cbf75e1f2
Model Version:NULL
Model InvariantUuid:33c452dd-1da4-4a37-9217-fdf312a04f5a
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-25T07:04:21.831Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e0b670f5-f120-4fdf-8641-4904ff31cb3a
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-25T07:04:21.838Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||pNF 024fe462-9fc6 0
2022-06-25T07:04:21.839Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e0b670f5-f120-4fdf-8641-4904ff31cb3a
2022-06-25T07:04:21.839Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e0346071-a223-45d3-8d65-996cbf75e1f2
2022-06-25T07:04:21.839Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e0346071-a223-45d3-8d65-996cbf75e1f2
2022-06-25T07:04:21.840Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 024fe462-9fc6 0 e0b670f5-f120-4fdf-8641-4904ff31cb3a 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-25T07:04:21.852Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bea12ab, org.onap.sdc.toscaparser.api.parameters.Input@75bd8199, org.onap.sdc.toscaparser.api.parameters.Input@2e1ae652, org.onap.sdc.toscaparser.api.parameters.Input@79f677a5, org.onap.sdc.toscaparser.api.parameters.Input@12624d7a]
2022-06-25T07:04:21.852Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.853Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.854Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e0346071-a223-45d3-8d65-996cbf75e1f2: pNF 024fe462-9fc6
2022-06-25T07:04:21.854Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Processing PNF resource: e0b670f5-f120-4fdf-8641-4904ff31cb3a
2022-06-25T07:04:21.854Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:04:21.854Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RhtdxawILZYR2Mv43VUq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:04:21.855Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Resource customization UUID: 8831a33e-7dd6-40fd-ada6-0438c9191ee9 is the same as notified resource customizationUUID: 8831a33e-7dd6-40fd-ada6-0438c9191ee9
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-25T07:04:21.923Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 024fe462-9fc6 e0b670f5-f120-4fdf-8641-4904ff31cb3a 0 ASDC deployResourceStructure
2022-06-25T07:04:21.924Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar ASDC sendASDCNotification
2022-06-25T07:04:21.924Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar
2022-06-25T07:04:21.924Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:04:21.925Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:04:21.928Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:04:21.928Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140661924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:04:22.032Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-25T07:04:22.033Z||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-25T07:04:22.033Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:04:22.053Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:04:22.054Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:04:22.929Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:04:22.952Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:04:22.961Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:04:22.962Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:04:22.962Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:04:52.963Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:04:52.982Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:04:52.985Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:04:52.985Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:04:52.985Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:05:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:05:09.339Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T07:05:09.339Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:05:09.383Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:05:09.384Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:05:09.384Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140648649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:05:09.386Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:05:22.986Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:05:23.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:05:23.017Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:05:23.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:05:23.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:05:53.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:05:53.035Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:05:53.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:05:53.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:05:53.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:06:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:06:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T07:06:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:06:09.385Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:06:09.385Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:06:09.386Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:06:09.387Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:06:23.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:06:23.057Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:06:23.061Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:06:23.061Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:06:23.062Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:06:53.063Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:06:53.087Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:06:53.098Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:06:53.098Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:06:53.098Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:07:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:07:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T07:07:09.339Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:07:09.880Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:07:09.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "aai-ml",
  "timestamp": 1656140649900,
  "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-25T07:07:09.901Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 468a7a74-e8b5-4801-9d34-e2f2081eea51
2022-06-25T07:07:09.902Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468a7a74-e8b5-4801-9d34-e2f2081eea51 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-25T07:07:09.920Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.920Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140649674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:07:09.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:07:09.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:07:09.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "clamp",
  "timestamp": 1656140650677,
  "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-25T07:07:09.930Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 468a7a74-e8b5-4801-9d34-e2f2081eea51
2022-06-25T07:07:09.930Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468a7a74-e8b5-4801-9d34-e2f2081eea51 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-25T07:07:09.947Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.947Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:07:09.947Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.947Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/resourceInstances/pnf024fe4629fc60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.948Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140649330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140658603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:07:09.949Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140661924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRhtdxawilzyr2mv43vuq/1.0/artifacts/service-DemoPnfRhtdxawilzyr2mv43vuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:07:09.950Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:07:23.116Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:07:23.133Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:07:23.143Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:07:23.144Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T07:07:23.144Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T07:07:23.145Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T07:07:23.146Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.146Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.146Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.147Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.147Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.147Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.148Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:07:23.148Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T07:07:23.156Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T07:07:53.157Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51 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-25T07:07:53.171Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 468a7a74-e8b5-4801-9d34-e2f2081eea51 and serviceModelVersionId: e0346071-a223-45d3-8d65-996cbf75e1f2
2022-06-25T07:07:53.171Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33c452dd-1da4-4a37-9217-fdf312a04f5a
2022-06-25T07:07:53.177Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33c452dd-1da4-4a37-9217-fdf312a04f5a/model-vers/model-ver/e0346071-a223-45d3-8d65-996cbf75e1f2?depth=0
2022-06-25T07:07:53.189Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T07:07:53.296Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c452dd-1da4-4a37-9217-fdf312a04f5a/model-vers/model-ver/e0346071-a223-45d3-8d65-996cbf75e1f2?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-25T07:07:53.299Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c452dd-1da4-4a37-9217-fdf312a04f5a/model-vers/model-ver/e0346071-a223-45d3-8d65-996cbf75e1f2?depth=0|INFO|500||Invoke
2022-06-25T07:07:53.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c452dd-1da4-4a37-9217-fdf312a04f5a/model-vers/model-ver/e0346071-a223-45d3-8d65-996cbf75e1f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T07:07:53.483Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c452dd-1da4-4a37-9217-fdf312a04f5a/model-vers/model-ver/e0346071-a223-45d3-8d65-996cbf75e1f2?depth=0|INFO|500||InvokeReturn
2022-06-25T07:07:53.483Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c452dd-1da4-4a37-9217-fdf312a04f5a/model-vers/model-ver/e0346071-a223-45d3-8d65-996cbf75e1f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220625-07:07:52:665-3018], vertex-id=[245888], Content-Length=[0], Date=[Sat, 25 Jun 2022 07:07:52 GMT], Content-Type=[application/json]}
2022-06-25T07:07:53.484Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-25T07:07:53.485Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T07:07:53.485Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T07:07:53.490Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T07:07:53.491Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 468a7a74-e8b5-4801-9d34-e2f2081eea51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T07:07:53.492Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T07:07:53.492Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:07:53.495Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:07:53.495Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140873491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:07:53.596Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T07:07:53.597Z||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-25T07:07:53.597Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:07:53.616Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:07:53.617Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T07:07:54.515Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:07:54.516Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:07:54.516Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:08:04.817Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:08:04.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:08:04.819Z||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-25T07:08:04.820Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:08:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:08:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T07:08:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:08:09.996Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:08:09.997Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:08:09.997Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "468a7a74-e8b5-4801-9d34-e2f2081eea51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656140873491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:08:09.998Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:08:14.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:08:14.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:08:14.380Z||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-25T07:08:14.381Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:08:23.926Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:08:23.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:08:23.927Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:08:23.928Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:08:33.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:09:09.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:09:09.331Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:09:09.331Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:09:09.337Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:09:09.339Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T07:09:09.339Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:09:18.924Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:09:18.925Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:10:09.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:10:09.332Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:10:09.332Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:10:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:10:09.338Z||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-25T07:10:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:10:18.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:10:18.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:11:09.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:11:09.332Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:11:09.332Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:11:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:11:09.337Z||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-25T07:11:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:11:18.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:11:18.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:12:09.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:12:09.332Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:12:09.333Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:12:09.337Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:12:09.338Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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-25T07:12:09.338Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:12:18.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:12:18.885Z|7ee764c8-3693-4e46-8d8c-789392b5d3ce|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:13:09.331Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:13:09.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:13:09.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:13:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:13:09.338Z||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-25T07:13:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:13:18.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:13:18.937Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:14:09.330Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:14:09.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:14:09.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:14:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:14:09.338Z||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-25T07:14:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:14:18.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:14:18.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:15:09.331Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:15:09.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:15:09.334Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:15:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:15:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:15:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:15:18.926Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:15:18.926Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:09.330Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:16:09.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T07:16:09.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:16:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:16:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:09.984Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:09.985Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T07:16:09.985Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2","serviceDescription":"service","serviceInvariantUUID":"1e441fce-9900-4554-9cdc-917756af03a7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7c5de487-2c9d-4a64-86e4-9bc2b644a7c4","resourceInvariantUUID":"f0035dac-3e9b-40bc-a8a5-38b2426fb725","resourceCustomizationUUID":"ace66705-f6b6-4578-ae50-c262353e030d","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":"NTA2YWVlOTRlMTVlYTU2MzZhZWU3MGI3ZGQxNGRlZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9e2b96e-70e5-44ee-8e59-75b8b896eb10","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":"58203544-09da-483c-8c16-030f6f4d0b84","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":"ed7107d7-118f-4adc-a178-e0c360ebf9aa","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":"ZWE4Mjk2YjZlYWVjYTNkZDRhYWQ2YjNlYzI0OGIwNTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3f5cbb65-144b-481a-9135-2bbc37c25682","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":"ecb09a35-8999-4a27-afd9-70adf8a08c80","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":"c231c2ec-ddda-4c02-b6ef-c37890a24667","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":"32a7ada1-b76c-4d2c-b7c1-37b2d7d2b973","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":"NzViZWZiNzI5MTY5ODJjZWY2Yjk4MDRiOWZmNGE2MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8a8e862-d492-42f0-9838-e3d02558b82e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjJjMWQzNGY2NjE1NzVhY2QxZWRhOGQ0NjVlYmNkYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb5154aa-2dc6-4b29-8fb0-7474efde242a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T07:16:09.990Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:09.991Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:09.994Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:09.996Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:09.996Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:09.999Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:09.999Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.007Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.007Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.007Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.007Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.007Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.007Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.008Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.009Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.009Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.009Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.009Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.009Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.009Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.010Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.011Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.012Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.017Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.017Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.018Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.019Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.019Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.019Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.019Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.020Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.020Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.020Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.020Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.027Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.028Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.028Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.028Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.028Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.029Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.029Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.029Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.029Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.030Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.030Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.030Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.030Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.030Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.031Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.031Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.031Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.031Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.032Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.032Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.032Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.032Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.033Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.033Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.034Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.034Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.034Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.035Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.035Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.035Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.035Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.036Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.036Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.036Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.036Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.036Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.038Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.038Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.038Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.038Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.039Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.040Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.041Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.041Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.041Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.041Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.042Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.042Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.042Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.042Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.042Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.043Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.043Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.043Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141337356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.043Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.044Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.044Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141339548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.044Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.044Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.044Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141340046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.045Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.045Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.045Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.046Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.046Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.046Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.046Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.047Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.047Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.047Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.048Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.048Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.048Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.049Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.049Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141356600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:10.049Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.050Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.050Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.050Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.050Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.050Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.051Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.051Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.051Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141356252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:10.052Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.052Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.052Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141348181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.053Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.053Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.053Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.054Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.054Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.054Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.055Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.055Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.055Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141357619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:16:10.055Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.055Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.056Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.056Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.056Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.056Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.057Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.057Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.057Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141358140,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:10.057Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.057Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.058Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.058Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.059Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.059Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141358624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-25T07:16:10.099Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
2022-06-25T07:16:10.100Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T07:16:10.101Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 and ComponentName 
2022-06-25T07:16:10.102Z||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-25T07:16:10.103Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-25T07:16:10.117Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.118Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.118Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.118Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.119Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141358332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:16:10.119Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.119Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.119Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.119Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.120Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.120Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.120Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.120Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.120Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141351680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.121Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.121Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.121Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141359336,
  "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-25T07:16:10.127Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:10.128Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:10.134Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
2022-06-25T07:16:10.135Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 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-25T07:16:10.146Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.149Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.149Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.149Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.150Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141359771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:10.150Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.151Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.151Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "cds",
  "timestamp": 1656141360513,
  "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-25T07:16:10.166Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
2022-06-25T07:16:10.166Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 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-25T07:16:10.179Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.179Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141351470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.180Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.180Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.181Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.181Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.182Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.182Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141361321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:10.183Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.183Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.183Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:10.184Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.184Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.185Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141362327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:16:10.185Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.185Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.186Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141354677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:10.186Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:16:10.187Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.187Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141362773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:16:10.188Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.188Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.188Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "policy-id",
  "timestamp": 1656141363330,
  "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-25T07:16:10.198Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
2022-06-25T07:16:10.198Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 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-25T07:16:10.214Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.216Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141364553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:10.217Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:16:10.217Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:16:10.217Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "clamp",
  "timestamp": 1656141363777,
  "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-25T07:16:10.233Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
2022-06-25T07:16:10.233Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 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-25T07:16:11.000Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:11.001Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:11.013Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:11.015Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:11.113Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T07:16:11.115Z||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-25T07:16:11.115Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:11.131Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:11.132Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:16:12.017Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:12.018Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:12.027Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:12.027Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:12.122Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-25T07:16:12.123Z||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-25T07:16:12.124Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:12.144Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:12.145Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:13.037Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:13.038Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:13.042Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:13.045Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:13.142Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T07:16:13.144Z||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-25T07:16:13.145Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:13.179Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:13.180Z||pool-114-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:14.046Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:14.047Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:14.052Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:14.053Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:14.156Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-25T07:16:14.157Z||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-25T07:16:14.157Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:14.174Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:14.175Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:15.054Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:15.055Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:15.060Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:15.060Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:15.161Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T07:16:15.163Z||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-25T07:16:15.163Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:15.186Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:15.187Z||pool-116-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:16.061Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:16.066Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:16.069Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:16.070Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:16.175Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-25T07:16:16.176Z||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-25T07:16:16.177Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:16.201Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:16.202Z||pool-117-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:17.072Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:17.075Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:17.078Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:17.078Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:16:17.182Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-25T07:16:17.183Z||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-25T07:16:17.183Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:17.199Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:17.199Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:18.080Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:16:18.081Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:18.115Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:18.116Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:16:18.196Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-25T07:16:18.198Z||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-25T07:16:18.198Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:18.229Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:18.230Z||pool-119-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:19.117Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1e441fce-9900-4554-9cdc-917756af03a7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ace66705-f6b6-4578-ae50-c262353e030d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7c5de487-2c9d-4a64-86e4-9bc2b644a7c4",
      "resourceInvariantUUID": "f0035dac-3e9b-40bc-a8a5-38b2426fb725",
      "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": "MjJjMWQzNGY2NjE1NzVhY2QxZWRhOGQ0NjVlYmNkYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cb5154aa-2dc6-4b29-8fb0-7474efde242a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T07:16:19.117Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T07:16:19.118Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2 ASDC
2022-06-25T07:16:19.119Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2
ServiceInvariantUUID:1e441fce-9900-4554-9cdc-917756af03a7
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:cb5154aa-2dc6-4b29-8fb0-7474efde242a
ArtifactChecksum:MjJjMWQzNGY2NjE1NzVhY2QxZWRhOGQ0NjVlYmNkYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ace66705-f6b6-4578-ae50-c262353e030d
ResourceInvariantUUID:f0035dac-3e9b-40bc-a8a5-38b2426fb725
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7c5de487-2c9d-4a64-86e4-9bc2b644a7c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-25T07:16:19.119Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2 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-25T07:16:19.187Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:16:19.194Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T07:16:19.195Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T07:16:19.195Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb5154aa-2dc6-4b29-8fb0-7474efde242a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-25T07:16:19.195Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T07:16:19.196Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-25T07:16:19.587Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T07:16:19.599Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar cb5154aa-2dc6-4b29-8fb0-7474efde242a 105659
2022-06-25T07:16:19.600Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||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-25T07:16:19.601Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||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-25T07:16:19.601Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:16:19.604Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:19.610Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:19.611Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141379600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:16:19.708Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T07:16:19.710Z||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-25T07:16:19.710Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:19.726Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:19.727Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:20.620Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:16:20.623Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T07:16:20.633Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cb5154aa-2dc6-4b29-8fb0-7474efde242a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:20.639Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-25T07:16:20.640Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:20.640Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:21.023Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9944711839811343204/Definitions/service-TestPnfMacro-template.yml
2022-06-25T07:16:23.266Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T07:16:23.266Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T07:16:23.266Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||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-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-25T07:16:23.268Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T07:16:23.268Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.268Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.269Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-25T07:16:23.269Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T07:16:23.269Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:16:23.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-25T07:16:23.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T07:16:23.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:16:23.271Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.271Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.271Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.271Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.271Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.271Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.272Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.272Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.272Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.272Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.272Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2
Model Version:NULL
Model InvariantUuid:1e441fce-9900-4554-9cdc-917756af03a7
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-25T07:16:23.301Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7c5de487-2c9d-4a64-86e4-9bc2b644a7c4
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-25T07:16:23.314Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-06-25T07:16:23.315Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7c5de487-2c9d-4a64-86e4-9bc2b644a7c4
2022-06-25T07:16:23.315Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2
2022-06-25T07:16:23.315Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2
2022-06-25T07:16:23.315Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7c5de487-2c9d-4a64-86e4-9bc2b644a7c4 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-25T07:16:23.333Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@423d4eb3, org.onap.sdc.toscaparser.api.parameters.Input@168ccd37, org.onap.sdc.toscaparser.api.parameters.Input@6dd4b30b, org.onap.sdc.toscaparser.api.parameters.Input@36c67b87, org.onap.sdc.toscaparser.api.parameters.Input@1ea6e33a]
2022-06-25T07:16:23.334Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.334Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.335Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2: test-pnf
2022-06-25T07:16:23.335Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7c5de487-2c9d-4a64-86e4-9bc2b644a7c4
2022-06-25T07:16:23.335Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:16:23.336Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:16:23.336Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||Resource customization UUID: ace66705-f6b6-4578-ae50-c262353e030d is the same as notified resource customizationUUID: ace66705-f6b6-4578-ae50-c262353e030d
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-25T07:16:23.435Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7c5de487-2c9d-4a64-86e4-9bc2b644a7c4 0 ASDC deployResourceStructure
2022-06-25T07:16:23.436Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||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-25T07:16:23.436Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||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-25T07:16:23.436Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:16:23.436Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:16:23.440Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:16:23.441Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141383436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:16:23.540Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:16:23.541Z||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-25T07:16:23.541Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:16:23.565Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:16:23.566Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:16:24.444Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:16:24.466Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:16:24.477Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:16:24.477Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:16:24.477Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:16:54.478Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:16:54.494Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:16:54.498Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:16:54.499Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:16:54.499Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:17:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:17:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:17:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:17:09.470Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:17:09.471Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:17:09.471Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:17:09.472Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:17:24.500Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:17:24.514Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:17:24.519Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:17:24.519Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:17:24.520Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:17:54.520Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:17:54.547Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:17:54.551Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:17:54.551Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T07:17:54.551Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T07:18:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:18:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:18:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:18:09.365Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:18:09.382Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.382Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141370087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.384Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.384Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.384Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.384Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.384Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.385Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "aai-ml",
  "timestamp": 1656141371090,
  "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-25T07:18:09.401Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
2022-06-25T07:18:09.401Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 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-25T07:18:09.419Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.419Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.420Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.420Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.420Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.421Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.421Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.421Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.421Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.421Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.422Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.422Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.422Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.422Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.422Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.423Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.423Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.423Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.423Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.423Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141369330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.423Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.424Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.424Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141379600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.424Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.424Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.424Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141383436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.424Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.425Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.425Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.425Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.425Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.425Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.426Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.427Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.427Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.427Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.427Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.427Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.428Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.428Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.428Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.428Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.428Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.428Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.429Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.430Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.430Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.430Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.430Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.430Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.431Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.431Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.431Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.431Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.432Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.432Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.432Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.433Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.433Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.433Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.433Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.433Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.434Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.434Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.434Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.434Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.435Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.435Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.435Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.435Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.436Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.436Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.436Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.436Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.437Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.437Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.437Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.437Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.438Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.438Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.438Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.438Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.438Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.439Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.439Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.439Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.440Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.440Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.440Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.440Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.440Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.441Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.441Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.441Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.441Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.442Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.442Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.442Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.443Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.443Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.443Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.443Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.443Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.444Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.444Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.444Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.444Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.445Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.445Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.445Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.445Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.445Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.445Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.446Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.446Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.446Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.449Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.450Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.450Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.450Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.450Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.451Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.451Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.451Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.451Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.451Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.452Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.453Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.453Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.454Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.454Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.454Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.454Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.454Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.454Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.455Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.455Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.455Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141393181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.456Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.456Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.456Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141391471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.457Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.457Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.457Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141391684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.457Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.458Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.458Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.458Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.458Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.458Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.459Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.459Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.459Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.459Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.459Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.460Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.460Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.460Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.460Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141405575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.461Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.461Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.461Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141406118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.461Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.462Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.462Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141406817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.462Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.462Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.462Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.463Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.463Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.463Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.463Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.463Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.464Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.464Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.464Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.464Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141406578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.465Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.465Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.465Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.465Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.465Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.465Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "cds",
  "timestamp": 1656141407491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-25T07:18:09.490Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a688503a-2af5-4536-98c2-c049f7f385cf
2022-06-25T07:18:09.491Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:18:09.513Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.513Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141408155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.513Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.514Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.514Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.515Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.515Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.515Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "policy-id",
  "timestamp": 1656141407581,
  "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-25T07:18:09.532Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a688503a-2af5-4536-98c2-c049f7f385cf
2022-06-25T07:18:09.532Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:18:09.565Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.566Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.566Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.567Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.567Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141409310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.567Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.568Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.568Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.570Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.570Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.570Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.571Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.571Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.571Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.571Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.572Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.572Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141399548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.572Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.572Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.572Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141410396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.572Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.573Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.573Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.573Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.573Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.573Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141400046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.573Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.574Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.574Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141410343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.574Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.574Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.574Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141411528,
  "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-25T07:18:09.588Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a688503a-2af5-4536-98c2-c049f7f385cf
2022-06-25T07:18:09.589Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:18:09.618Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.618Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.618Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.618Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141412538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.619Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.620Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.620Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.620Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.620Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.620Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141412699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.620Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.621Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.622Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.622Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.623Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.624Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141413702,
  "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-25T07:18:09.647Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a688503a-2af5-4536-98c2-c049f7f385cf
2022-06-25T07:18:09.647Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:18:09.678Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.678Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.679Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.680Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.681Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.681Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.681Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.681Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.681Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.681Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.682Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.682Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.682Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.682Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.683Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.683Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141408509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.683Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.684Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.684Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.684Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.685Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.685Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.685Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.685Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.685Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.685Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.686Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.686Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141416779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.686Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.687Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.688Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.688Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.688Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.688Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141417612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.689Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.689Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.689Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.690Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.691Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.691Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.691Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.691Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.691Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.691Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "cds",
  "timestamp": 1656141418865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-25T07:18:09.717Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b088f86b-c783-464e-87dc-bf84821c0697
2022-06-25T07:18:09.717Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:18:09.730Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.730Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.731Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.731Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.731Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.732Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.732Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.732Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.732Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.733Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.733Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141411470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.737Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.737Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.737Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.737Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.738Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.738Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.738Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.739Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.739Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141413541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.739Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.740Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.740Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141420360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.740Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.741Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.741Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.741Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.741Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141422356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141421369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.742Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.743Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141421785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.744Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.745Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.745Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "policy-id",
  "timestamp": 1656141422384,
  "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-25T07:18:09.765Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b088f86b-c783-464e-87dc-bf84821c0697
2022-06-25T07:18:09.766Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:18:09.779Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.779Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141423625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.780Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.780Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.780Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.780Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.780Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.781Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.781Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.781Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.781Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "clamp",
  "timestamp": 1656141422788,
  "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-25T07:18:09.789Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a688503a-2af5-4536-98c2-c049f7f385cf
2022-06-25T07:18:09.790Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:18:09.806Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.807Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.807Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.807Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.807Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:18:09.808Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.808Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.809Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141424733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.809Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.809Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.810Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656141417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:18:09.810Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:18:09.810Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.810Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141425786,
  "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-25T07:18:09.816Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b088f86b-c783-464e-87dc-bf84821c0697
2022-06-25T07:18:09.817Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:18:09.828Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.829Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141425547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:18:09.829Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:09.830Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-25T07:18:09.830Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656141426793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T07:18:09.830Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:18:24.552Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:18:24.811Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:18:24.936Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:18:24.994Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T07:18:25.009Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T07:18:25.029Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T07:18:25.037Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.050Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.051Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.052Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.052Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.052Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.052Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:18:25.052Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-25T07:18:25.061Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T07:18:55.062Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 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-25T07:18:55.070Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 and serviceModelVersionId: 7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2
2022-06-25T07:18:55.070Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e441fce-9900-4554-9cdc-917756af03a7
2022-06-25T07:18:55.072Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e441fce-9900-4554-9cdc-917756af03a7/model-vers/model-ver/7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2?depth=0
2022-06-25T07:18:55.078Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T07:18:55.147Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e441fce-9900-4554-9cdc-917756af03a7/model-vers/model-ver/7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2?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-25T07:18:55.150Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e441fce-9900-4554-9cdc-917756af03a7/model-vers/model-ver/7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2?depth=0|INFO|500||Invoke
2022-06-25T07:18:55.180Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e441fce-9900-4554-9cdc-917756af03a7/model-vers/model-ver/7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T07:18:55.258Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e441fce-9900-4554-9cdc-917756af03a7/model-vers/model-ver/7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2?depth=0|INFO|500||InvokeReturn
2022-06-25T07:18:55.258Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e441fce-9900-4554-9cdc-917756af03a7/model-vers/model-ver/7ad7f0ef-de12-41e6-9c2f-5e5e71cc31b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220625-07:18:54:486-57885], vertex-id=[229456], Content-Length=[0], Date=[Sat, 25 Jun 2022 07:18:54 GMT], Content-Type=[application/json]}
2022-06-25T07:18:55.260Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-25T07:18:55.260Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T07:18:55.261Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T07:18:55.266Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T07:18:55.266Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T07:18:55.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T07:18:55.267Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:18:55.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:18:55.270Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141535267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:18:55.370Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:18:55.372Z||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-25T07:18:55.372Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:18:55.395Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:18:55.396Z||pool-122-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T07:18:56.291Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:18:56.292Z||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-25T07:18:56.292Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:00.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:00.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:19:00.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a688503a-2af5-4536-98c2-c049f7f385cf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"082fa284-5cc4-4000-b7d4-116c16da18b4","serviceDescription":"service","serviceInvariantUUID":"af084522-fb5b-4324-bbb4-f3b85cbc6748","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0","resourceInvariantUUID":"4b0ca7bd-0241-4fff-a558-512411b4ac76","resourceCustomizationUUID":"49de0523-82d8-4059-b598-6bfe4501f185","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":"MjM0YzM0M2QzNWEyNGIwZWQ3N2FmYjI2Y2E1YTE4Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a64d8c-5b59-478e-a814-1caaf3074fe8","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":"MzZmZDljMGM2ODQxYmNmNjA3ZTc4OTM1NGZhZmJmZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0aca1ce6-e705-4e99-b2de-443abea60c95","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":"e0c81d7c-d6c7-444e-a13e-786de882de70","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":"f1641a10-fe39-48cf-94d7-3e365d434fb3","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":"1c0e4808-facb-40c0-974d-f66f110aa573","artifactVersion":"2","generatedFromUUID":"36ecfa86-6997-44b3-bcec-8d3e9de78cb1"},{"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":"30a8b108-f745-4365-bf13-2edd5110845f","artifactVersion":"2","generatedFromUUID":"e0c81d7c-d6c7-444e-a13e-786de882de70"},{"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":"36ecfa86-6997-44b3-bcec-8d3e9de78cb1","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":"484e32ef-013d-4461-bf1a-cc8b3a193806","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":"YWU4YWQ1OTdmMGQyNGI5ZWNhMTg5NTY0MTgxZGYzMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d702fd7-aab6-47c3-aff4-1d3b3550fff2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Yzg2ZjAyN2FhZDdmNWE5Y2MyNGY1NWY3YjYxM2VjZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"007c73ba-7ebd-4d86-95f9-7405c4058ce2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T07:19:00.729Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:00.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:00.738Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:00.739Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:00.839Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:00.840Z||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-25T07:19:00.840Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:00.857Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:00.857Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:01.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:01.741Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:01.746Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:01.746Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:19:01.844Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T07:19:01.845Z||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-25T07:19:01.845Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:01.861Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:01.873Z||pool-124-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:02.747Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:02.748Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:02.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:02.753Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:19:02.852Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:19:02.853Z||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-25T07:19:02.853Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:02.877Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:02.878Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:03.757Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:03.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:03.761Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:03.762Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:03.861Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T07:19:03.863Z||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-25T07:19:03.863Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:03.884Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:03.885Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:04.763Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:04.764Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:04.768Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:04.768Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-25T07:19:04.868Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:04.869Z||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-25T07:19:04.869Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:04.890Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:04.891Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:05.769Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:05.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:05.773Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:05.774Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-25T07:19:05.873Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:19:05.874Z||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-25T07:19:05.875Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:05.891Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:05.892Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:06.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:06.775Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:06.778Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:06.778Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-25T07:19:06.881Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-25T07:19:06.882Z||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-25T07:19:06.883Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:06.900Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:06.901Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:07.779Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:07.780Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:07.783Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:07.783Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:07.883Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:07.885Z||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-25T07:19:07.885Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:07.901Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:07.902Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:08.784Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:08.785Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:08.792Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:08.792Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:08.891Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T07:19:08.892Z||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-25T07:19:08.892Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:08.916Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:08.917Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:19:09.338Z||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-25T07:19:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:09.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:09.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:19:09.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141433016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:09.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "aai-ml",
  "timestamp": 1656141434023,
  "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-25T07:19:09.393Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a688503a-2af5-4536-98c2-c049f7f385cf
2022-06-25T07:19:09.394Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:19:09.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141429548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:19:09.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141430046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:19:09.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141438440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:09.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:09.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141440978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141414677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:19:09.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141441782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:09.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656141441981,
  "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-25T07:19:09.431Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b088f86b-c783-464e-87dc-bf84821c0697
2022-06-25T07:19:09.431Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:19:09.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141443263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:09.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141444788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:09.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "clamp",
  "timestamp": 1656141445791,
  "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-25T07:19:09.454Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b088f86b-c783-464e-87dc-bf84821c0697
2022-06-25T07:19:09.454Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:19:09.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141450797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:09.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:19:09.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:19:09.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "aai-ml",
  "timestamp": 1656141451800,
  "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-25T07:19:09.474Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b088f86b-c783-464e-87dc-bf84821c0697
2022-06-25T07:19:09.474Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:19:09.793Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:09.794Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:09.796Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:09.797Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:19:09.897Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:09.898Z||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-25T07:19:09.898Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:09.915Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:09.915Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:10.798Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "082fa284-5cc4-4000-b7d4-116c16da18b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af084522-fb5b-4324-bbb4-f3b85cbc6748",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "49de0523-82d8-4059-b598-6bfe4501f185",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0",
      "resourceInvariantUUID": "4b0ca7bd-0241-4fff-a558-512411b4ac76",
      "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": "MzZmZDljMGM2ODQxYmNmNjA3ZTc4OTM1NGZhZmJmZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0aca1ce6-e705-4e99-b2de-443abea60c95",
          "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": "e0c81d7c-d6c7-444e-a13e-786de882de70",
          "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": "30a8b108-f745-4365-bf13-2edd5110845f",
            "generatedFromUUID": "e0c81d7c-d6c7-444e-a13e-786de882de70"
          },
          "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": "1c0e4808-facb-40c0-974d-f66f110aa573",
          "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": "30a8b108-f745-4365-bf13-2edd5110845f",
          "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": "36ecfa86-6997-44b3-bcec-8d3e9de78cb1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Yzg2ZjAyN2FhZDdmNWE5Y2MyNGY1NWY3YjYxM2VjZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "007c73ba-7ebd-4d86-95f9-7405c4058ce2"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T07:19:10.798Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T07:19:10.798Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 082fa284-5cc4-4000-b7d4-116c16da18b4 ASDC
2022-06-25T07:19:10.799Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a688503a-2af5-4536-98c2-c049f7f385cf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:082fa284-5cc4-4000-b7d4-116c16da18b4
ServiceInvariantUUID:af084522-fb5b-4324-bbb4-f3b85cbc6748
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:007c73ba-7ebd-4d86-95f9-7405c4058ce2
ArtifactChecksum:Yzg2ZjAyN2FhZDdmNWE5Y2MyNGY1NWY3YjYxM2VjZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:49de0523-82d8-4059-b598-6bfe4501f185
ResourceInvariantUUID:4b0ca7bd-0241-4fff-a558-512411b4ac76
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0
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:0aca1ce6-e705-4e99-b2de-443abea60c95
ArtifactChecksum:MzZmZDljMGM2ODQxYmNmNjA3ZTc4OTM1NGZhZmJmZDg=
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:e0c81d7c-d6c7-444e-a13e-786de882de70
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:30a8b108-f745-4365-bf13-2edd5110845f
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:1c0e4808-facb-40c0-974d-f66f110aa573
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:30a8b108-f745-4365-bf13-2edd5110845f
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:36ecfa86-6997-44b3-bcec-8d3e9de78cb1
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-25T07:19:10.799Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 082fa284-5cc4-4000-b7d4-116c16da18b4 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-25T07:19:10.909Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:19:10.910Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-25T07:19:10.910Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-25T07:19:10.911Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 007c73ba-7ebd-4d86-95f9-7405c4058ce2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:10.911Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:19:10.911Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:11.096Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:19:11.108Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 007c73ba-7ebd-4d86-95f9-7405c4058ce2 158212
2022-06-25T07:19:11.109Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:11.109Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:11.109Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:19:11.110Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:11.114Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:11.116Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:11.217Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:11.218Z||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-25T07:19:11.218Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:11.234Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:11.235Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:12.117Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:19:12.118Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-25T07:19:12.118Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 007c73ba-7ebd-4d86-95f9-7405c4058ce2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:12.120Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-25T07:19:12.121Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:12.121Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:12.357Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14271143476972941342/Definitions/service-BasicCnfMacro-template.yml
2022-06-25T07:19:14.750Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T07:19:14.750Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-25T07:19:14.751Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.752Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.752Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:14.752Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-25T07:19:14.753Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:19:14.753Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.753Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.754Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:14.754Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-25T07:19:14.754Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:19:14.755Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.755Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.755Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.755Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-25T07:19:14.756Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-25T07:19:14.756Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-25T07:19:14.756Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T07:19:14.756Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.757Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T07:19:14.757Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.757Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:14.757Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:19:14.758Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.758Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:14.758Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:19:14.759Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.759Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:14.759Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:19:14.760Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.760Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:14.760Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:19:14.761Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.761Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-25T07:19:14.761Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-25T07:19:14.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=de6d6023-d44e-4266-9657-51fdad6f3f28
2022-06-25T07:19:14.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.763Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.763Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.763Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.763Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:14.764Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:14.764Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:082fa284-5cc4-4000-b7d4-116c16da18b4
Model Version:NULL
Model InvariantUuid:af084522-fb5b-4324-bbb4-f3b85cbc6748
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c362e3bb-f72a-4a4a-9243-8bb6e53d9859
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b0ca7bd-0241-4fff-a558-512411b4ac76
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49de0523-82d8-4059-b598-6bfe4501f185
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0cea3f56-7324-4baa-a4b6-fa3af077a643
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8c78c92d-be52-431a-a4e1-809834cbb307
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4e020864-6ec4-48b0-aaaa-157572e786da
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:80f531a4-ee5d-42b7-9dd9-5cc227ab1851
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:de6d6023-d44e-4266-9657-51fdad6f3f28
ModelInvariantUuid:94b075e3-ff52-43bb-babb-37a2aed18855
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c5be1cc3-8db0-4db6-97aa-1181fbbb5cde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:03c30bed-3f89-42f0-a385-e0ba4a1c4c8d
ModelInvariantUuid:7c1d94b4-161d-4e95-971f-771939449957
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ae58d840-720b-492e-af53-d918920057bf
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-25T07:19:14.776Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0
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-25T07:19:14.780Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-06-25T07:19:14.780Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0
2022-06-25T07:19:14.781Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0aca1ce6-e705-4e99-b2de-443abea60c95 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-25T07:19:14.781Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:19:14.781Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:14.868Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:19:14.869Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0aca1ce6-e705-4e99-b2de-443abea60c95 1565
2022-06-25T07:19:14.870Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:14.870Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:14.870Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:19:14.870Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:14.874Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:14.874Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141554869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:14.973Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:19:14.975Z||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-25T07:19:14.975Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:14.992Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:14.993Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:15.875Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4e020864-6ec4-48b0-aaaa-157572e786da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "80f531a4-ee5d-42b7-9dd9-5cc227ab1851",
    "vfModuleModelCustomizationUUID": "4480918f-099f-4f76-ba86-d4c3c7f5e2b7",
    "isBase": true,
    "artifacts": [
      "e0c81d7c-d6c7-444e-a13e-786de882de70",
      "30a8b108-f745-4365-bf13-2edd5110845f"
    ],
    "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": "0cea3f56-7324-4baa-a4b6-fa3af077a643",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c78c92d-be52-431a-a4e1-809834cbb307",
    "vfModuleModelCustomizationUUID": "7553d724-750a-4f71-a9e3-ad756be5d09e",
    "isBase": false,
    "artifacts": [
      "36ecfa86-6997-44b3-bcec-8d3e9de78cb1"
    ],
    "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-25T07:19:15.881Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:80f531a4-ee5d-42b7-9dd9-5cc227ab1851
VfModuleModelInvariantUUID:4e020864-6ec4-48b0-aaaa-157572e786da
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0c81d7c-d6c7-444e-a13e-786de882de70
,
30a8b108-f745-4365-bf13-2edd5110845f

}
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:8c78c92d-be52-431a-a4e1-809834cbb307
VfModuleModelInvariantUUID:0cea3f56-7324-4baa-a4b6-fa3af077a643
VfModuleModelDescription:NULL
Artifacts UUID List:{
36ecfa86-6997-44b3-bcec-8d3e9de78cb1

}
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-25T07:19:15.887Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4e020864-6ec4-48b0-aaaa-157572e786da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "80f531a4-ee5d-42b7-9dd9-5cc227ab1851",
    "vfModuleModelCustomizationUUID": "4480918f-099f-4f76-ba86-d4c3c7f5e2b7",
    "isBase": true,
    "artifacts": [
      "e0c81d7c-d6c7-444e-a13e-786de882de70",
      "30a8b108-f745-4365-bf13-2edd5110845f"
    ],
    "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": "0cea3f56-7324-4baa-a4b6-fa3af077a643",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c78c92d-be52-431a-a4e1-809834cbb307",
    "vfModuleModelCustomizationUUID": "7553d724-750a-4f71-a9e3-ad756be5d09e",
    "isBase": false,
    "artifacts": [
      "36ecfa86-6997-44b3-bcec-8d3e9de78cb1"
    ],
    "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-25T07:19:15.887Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:80f531a4-ee5d-42b7-9dd9-5cc227ab1851
VfModuleModelInvariantUUID:4e020864-6ec4-48b0-aaaa-157572e786da
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0c81d7c-d6c7-444e-a13e-786de882de70
,
30a8b108-f745-4365-bf13-2edd5110845f

}
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:8c78c92d-be52-431a-a4e1-809834cbb307
VfModuleModelInvariantUUID:0cea3f56-7324-4baa-a4b6-fa3af077a643
VfModuleModelDescription:NULL
Artifacts UUID List:{
36ecfa86-6997-44b3-bcec-8d3e9de78cb1

}
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-25T07:19:15.892Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e0c81d7c-d6c7-444e-a13e-786de882de70 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-25T07:19:15.892Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:19:15.893Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:15.981Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:19:15.981Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e0c81d7c-d6c7-444e-a13e-786de882de70 914
2022-06-25T07:19:15.982Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:15.982Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:15.982Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:19:15.982Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:15.986Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:15.986Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141555982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:16.086Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:16.087Z||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-25T07:19:16.088Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:16.103Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:16.104Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:16.987Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c0e4808-facb-40c0-974d-f66f110aa573 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-25T07:19:16.988Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:19:16.988Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:17.268Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:19:17.269Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1c0e4808-facb-40c0-974d-f66f110aa573 12
2022-06-25T07:19:17.269Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:17.270Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:17.270Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:19:17.270Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:17.273Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:17.273Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141557269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:17.373Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:17.374Z||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-25T07:19:17.375Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:17.392Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:17.393Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:18.274Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30a8b108-f745-4365-bf13-2edd5110845f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-25T07:19:18.275Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:19:18.275Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:18.436Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:19:18.437Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 30a8b108-f745-4365-bf13-2edd5110845f 96
2022-06-25T07:19:18.437Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:18.437Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:18.437Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:19:18.438Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:18.441Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:18.441Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141558437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:18.541Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:18.542Z||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-25T07:19:18.542Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:18.557Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:18.558Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:19.442Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36ecfa86-6997-44b3-bcec-8d3e9de78cb1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-25T07:19:19.442Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:19:19.442Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:19.692Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:19:19.693Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 36ecfa86-6997-44b3-bcec-8d3e9de78cb1 20206
2022-06-25T07:19:19.694Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:19.694Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:19.694Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:19:19.694Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:19.697Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:19.697Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141559694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:19:19.801Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-25T07:19:19.802Z||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-25T07:19:19.802Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:19.825Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:19.825Z||pool-138-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:20.706Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 082fa284-5cc4-4000-b7d4-116c16da18b4
2022-06-25T07:19:20.706Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0 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-25T07:19:20.724Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2821629a, org.onap.sdc.toscaparser.api.parameters.Input@779db48c, org.onap.sdc.toscaparser.api.parameters.Input@63e56fbd, org.onap.sdc.toscaparser.api.parameters.Input@6177610a, org.onap.sdc.toscaparser.api.parameters.Input@4261fa0c]
2022-06-25T07:19:20.726Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.727Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.728Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-25T07:19:20.728Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 49de0523-82d8-4059-b598-6bfe4501f185
2022-06-25T07:19:20.729Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49de0523-82d8-4059-b598-6bfe4501f185 matches Tosca VF Customization UUID: 49de0523-82d8-4059-b598-6bfe4501f185
2022-06-25T07:19:20.729Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 49de0523-82d8-4059-b598-6bfe4501f185  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-25T07:19:20.733Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.734Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.737Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 49de0523-82d8-4059-b598-6bfe4501f185: {\"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-25T07:19:20.737Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a375703
2022-06-25T07:19:20.737Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.738Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T07:19:20.739Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7553d724-750a-4f71-a9e3-ad756be5d09e
2022-06-25T07:19:20.739Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7553d724-750a-4f71-a9e3-ad756be5d09e
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-25T07:19:20.745Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.746Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:20.746Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:19:20.747Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.748Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:20.748Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:19:20.749Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.749Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-25T07:19:20.750Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=49de0523-82d8-4059-b598-6bfe4501f185
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-25T07:19:20.757Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.757Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.758Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 082fa284-5cc4-4000-b7d4-116c16da18b4: basic_cnf_macro
2022-06-25T07:19:20.759Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.759Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.760Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.760Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.760Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.761Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.761Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:19:20.762Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:19:20.763Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:20.834Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fd0e37a3-8526-4b15-83cd-3d8b8f37a3f0 2 ASDC deployResourceStructure
2022-06-25T07:19:20.834Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:20.835Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:20.835Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:19:20.835Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:20.845Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:20.845Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141560834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:20.938Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-25T07:19:20.939Z||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-25T07:19:20.940Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:20.957Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:20.957Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:21.847Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:21.848Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:21.848Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:19:21.848Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:21.852Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:21.853Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141561846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:21.968Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-06-25T07:19:21.969Z||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-25T07:19:21.969Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:21.985Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:21.986Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:22.854Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:22.854Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:22.854Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-25T07:19:22.855Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:22.859Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:22.859Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141562854,
  "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-25T07:19:22.959Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:22.960Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:22.960Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:23.010Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:23.010Z||pool-141-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:23.860Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:23.860Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:23.860Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:19:23.861Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:23.868Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:23.868Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141563859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:23.967Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T07:19:23.968Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:23.968Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:23.989Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:23.989Z||pool-142-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:24.869Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:24.869Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:24.870Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-25T07:19:24.870Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:24.872Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:24.873Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141564869,
  "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-25T07:19:24.973Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:19:24.973Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:24.974Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:25.037Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:25.038Z||pool-143-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:19:25.874Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:25.875Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:25.875Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:19:25.875Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:25.879Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:25.879Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141565874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:19:25.980Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T07:19:25.982Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:25.982Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:26.005Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:26.006Z||pool-144-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:26.881Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a688503a-2af5-4536-98c2-c049f7f385cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:19:26.924Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a688503a-2af5-4536-98c2-c049f7f385cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:19:26.930Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:19:26.930Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T07:19:26.930Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T07:19:26.930Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:19:26.931Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||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-25T07:19:26.937Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T07:19:56.941Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a688503a-2af5-4536-98c2-c049f7f385cf 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-25T07:19:56.953Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a688503a-2af5-4536-98c2-c049f7f385cf and serviceModelVersionId: 082fa284-5cc4-4000-b7d4-116c16da18b4
2022-06-25T07:19:56.954Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af084522-fb5b-4324-bbb4-f3b85cbc6748
2022-06-25T07:19:56.955Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0
2022-06-25T07:19:56.961Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T07:19:57.042Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0|INFO|500||Invoke
2022-06-25T07:19:57.043Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a688503a-2af5-4536-98c2-c049f7f385cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9774527-e99d-44cd-88e8-7e4532a59614], X-ECOMP-RequestID=[a688503a-2af5-4536-98c2-c049f7f385cf], X-TransactionId=[], X-ONAP-RequestID=[a688503a-2af5-4536-98c2-c049f7f385cf], Content-Type=[application/merge-patch+json]}
2022-06-25T07:19:57.113Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T07:19:57.279Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?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/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220625-07:19:56:429-97717], vertex-id=[274672], Content-Length=[0], Date=[Sat, 25 Jun 2022 07:19:56 GMT], Content-Type=[application/json]}
2022-06-25T07:19:57.280Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T07:19:57.294Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af084522-fb5b-4324-bbb4-f3b85cbc6748/model-vers/model-ver/082fa284-5cc4-4000-b7d4-116c16da18b4?depth=0|INFO|500||InvokeReturn
2022-06-25T07:19:57.301Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T07:19:57.301Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T07:19:57.309Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T07:19:57.309Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a688503a-2af5-4536-98c2-c049f7f385cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T07:19:57.310Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T07:19:57.310Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:57.313Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:57.313Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141597309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:19:57.413Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-25T07:19:57.414Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:57.414Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:57.435Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:57.436Z||pool-145-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-25T07:19:58.337Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-25T07:19:58.338Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b088f86b-c783-464e-87dc-bf84821c0697","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"45c90cad-fc9f-48d3-8d65-09995e1df029","serviceDescription":"service","serviceInvariantUUID":"3b84ba8f-bdef-4e54-bb90-a3d8999d185e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03c22968-1256-40c7-8491-150748177d7a","resourceInvariantUUID":"f108393f-913e-4e7a-b7c2-f0d3c154822e","resourceCustomizationUUID":"b30a74c5-29da-46c8-b353-07649e0f7a05","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":"MjFjOWMzNzM0NjY3MTFkMTUwNDgzMzU5OTg4YzcwNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47735dff-5b77-46c7-ba6f-d9483519b8ec","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":"YTZjNzNjODMwYjViOTM2MzJmMmE1YjdiOTVkNjQ5NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed177540-b562-4e0a-9c3d-b0d90051b99a","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":"e747cfe3-272e-48f3-bdfe-2221576e62bc","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":"58a101e0-fd23-4141-a8d8-b99f1b049b08","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":"22aa4131-251c-43dd-a626-bc3c59dea4fa","artifactVersion":"2","generatedFromUUID":"e747cfe3-272e-48f3-bdfe-2221576e62bc"},{"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":"Y2MzZDEyYjJjN2U3OWNiNDgwYWU3NjM5NzhjMWFjNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"17ff794e-fc0e-4fa8-a2ba-a441d16569d9","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":"OWExNDU0NDkzZGUwMjQwMDM4Mjk4Y2NiZWFkMzRmODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e41b273-9839-4ac0-aa96-72f51b81a3b6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjU0Y2U1Y2ZjZWUzNjk4YjE2OTY1MjE0ZWJhNzBkMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0751ff7b-6d89-496f-b068-838ca3427f7c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T07:19:58.338Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:58.338Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:58.343Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:58.343Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:19:58.444Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:58.446Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:58.446Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:58.465Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:58.466Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:19:59.344Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:19:59.346Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:19:59.349Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:19:59.349Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:19:59.449Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:19:59.450Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:19:59.450Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:19:59.473Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:19:59.474Z||pool-147-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:00.350Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:20:00.350Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:00.354Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:00.355Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:20:00.457Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T07:20:00.459Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:00.459Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:00.478Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:00.479Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:20:01.355Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:20:01.357Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:01.361Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:01.362Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:01.461Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:20:01.462Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:01.463Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:01.484Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:01.485Z||pool-149-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:02.363Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:20:02.363Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:02.367Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:02.367Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-25T07:20:02.466Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:20:02.468Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:02.468Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:02.484Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:02.485Z||pool-150-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:20:03.368Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:20:03.370Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:03.374Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:03.374Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:03.474Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:20:03.475Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:03.475Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:03.490Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:03.491Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:20:04.375Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:20:04.376Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:04.379Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:04.379Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:04.479Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:20:04.480Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:04.481Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:04.498Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:04.499Z||pool-152-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:20:05.381Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T07:20:05.382Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:05.385Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:05.385Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:20:05.485Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:20:05.486Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:05.486Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:05.507Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:05.508Z||pool-153-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:06.386Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "45c90cad-fc9f-48d3-8d65-09995e1df029",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b84ba8f-bdef-4e54-bb90-a3d8999d185e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b30a74c5-29da-46c8-b353-07649e0f7a05",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "03c22968-1256-40c7-8491-150748177d7a",
      "resourceInvariantUUID": "f108393f-913e-4e7a-b7c2-f0d3c154822e",
      "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": "YTZjNzNjODMwYjViOTM2MzJmMmE1YjdiOTVkNjQ5NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ed177540-b562-4e0a-9c3d-b0d90051b99a",
          "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": "e747cfe3-272e-48f3-bdfe-2221576e62bc",
          "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": "22aa4131-251c-43dd-a626-bc3c59dea4fa",
            "generatedFromUUID": "e747cfe3-272e-48f3-bdfe-2221576e62bc"
          },
          "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": "22aa4131-251c-43dd-a626-bc3c59dea4fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjU0Y2U1Y2ZjZWUzNjk4YjE2OTY1MjE0ZWJhNzBkMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0751ff7b-6d89-496f-b068-838ca3427f7c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-25T07:20:06.387Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T07:20:06.388Z|a688503a-2af5-4536-98c2-c049f7f385cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 45c90cad-fc9f-48d3-8d65-09995e1df029 ASDC
2022-06-25T07:20:06.389Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b088f86b-c783-464e-87dc-bf84821c0697
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:45c90cad-fc9f-48d3-8d65-09995e1df029
ServiceInvariantUUID:3b84ba8f-bdef-4e54-bb90-a3d8999d185e
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:0751ff7b-6d89-496f-b068-838ca3427f7c
ArtifactChecksum:NjU0Y2U1Y2ZjZWUzNjk4YjE2OTY1MjE0ZWJhNzBkMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b30a74c5-29da-46c8-b353-07649e0f7a05
ResourceInvariantUUID:f108393f-913e-4e7a-b7c2-f0d3c154822e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:03c22968-1256-40c7-8491-150748177d7a
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:ed177540-b562-4e0a-9c3d-b0d90051b99a
ArtifactChecksum:YTZjNzNjODMwYjViOTM2MzJmMmE1YjdiOTVkNjQ5NWE=
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:e747cfe3-272e-48f3-bdfe-2221576e62bc
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:22aa4131-251c-43dd-a626-bc3c59dea4fa
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:22aa4131-251c-43dd-a626-bc3c59dea4fa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-25T07:20:06.389Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45c90cad-fc9f-48d3-8d65-09995e1df029 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-25T07:20:06.433Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:20:06.434Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-25T07:20:06.434Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-25T07:20:06.434Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0751ff7b-6d89-496f-b068-838ca3427f7c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-25T07:20:06.435Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:20:06.435Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-25T07:20:06.668Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:20:06.672Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0751ff7b-6d89-496f-b068-838ca3427f7c 78824
2022-06-25T07:20:06.672Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-25T07:20:06.673Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-25T07:20:06.673Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:20:06.673Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:06.675Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:06.675Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141606672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:20:06.775Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:20:06.776Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:06.777Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:06.796Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:06.797Z||pool-154-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:07.676Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T07:20:07.678Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-25T07:20:07.679Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0751ff7b-6d89-496f-b068-838ca3427f7c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:07.680Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-25T07:20:07.680Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:07.680Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:07.967Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11448687963615472620/Definitions/service-BasicVmMacro-template.yml
2022-06-25T07:20:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:20:09.338Z||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-25T07:20:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:09.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:09.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141535267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:20:09.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:20:09.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:09.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:20:09.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:20:09.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:09.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-25T07:20:09.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-25T07:20:09.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-25T07:20:09.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:09.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:20:09.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-25T07:20:09.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:20:09.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
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-25T07:20:10.192Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T07:20:10.193Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-25T07:20:10.193Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.193Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-25T07:20:10.193Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.194Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.194Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.194Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.194Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.195Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.195Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.195Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.195Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-25T07:20:10.196Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-25T07:20:10.196Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.196Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.197Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:10.197Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-25T07:20:10.198Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:20:10.198Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.198Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.199Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:10.199Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-25T07:20:10.199Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T07:20:10.199Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.200Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.200Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.201Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-25T07:20:10.201Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-25T07:20:10.201Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-25T07:20:10.201Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-25T07:20:10.202Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-25T07:20:10.202Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T07:20:10.202Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.203Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T07:20:10.203Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.203Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:10.203Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:20:10.204Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.204Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:10.205Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:20:10.205Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.205Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:10.206Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:20:10.206Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.207Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-25T07:20:10.207Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-25T07:20:10.207Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-25T07:20:10.207Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=08f36ab0-1df5-45ca-b023-44b119bc319e
2022-06-25T07:20:10.209Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.209Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.209Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.209Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.210Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.210Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.210Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:10.210Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:10.211Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:45c90cad-fc9f-48d3-8d65-09995e1df029
Model Version:NULL
Model InvariantUuid:3b84ba8f-bdef-4e54-bb90-a3d8999d185e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3d2c498a-aafc-497f-bb0d-2743606a91da
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f108393f-913e-4e7a-b7c2-f0d3c154822e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b30a74c5-29da-46c8-b353-07649e0f7a05
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a056ba8-7b99-4d50-9366-5833ba9059ae
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9e45f447-41fb-4bb1-a823-01355688201c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:08f36ab0-1df5-45ca-b023-44b119bc319e
ModelInvariantUuid:d99ea20e-7a57-4440-aad6-e89e0e58406b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:935218d9-eebf-4174-955f-27132006a39f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e526acf9-e73f-44b9-b044-9bd855a1b1c7
ModelInvariantUuid:cd1af986-c932-47d3-94f5-62f1c8593a5f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:13fb6715-1d8b-41dd-bdff-889f4a67e513
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-25T07:20:10.246Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 03c22968-1256-40c7-8491-150748177d7a
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-25T07:20:10.256Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-25T07:20:10.257Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03c22968-1256-40c7-8491-150748177d7a
2022-06-25T07:20:10.257Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ed177540-b562-4e0a-9c3d-b0d90051b99a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-25T07:20:10.257Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:20:10.258Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-25T07:20:10.428Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:20:10.437Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ed177540-b562-4e0a-9c3d-b0d90051b99a 792
2022-06-25T07:20:10.437Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-25T07:20:10.438Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-25T07:20:10.438Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:20:10.438Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:10.443Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:10.444Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141610437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:20:10.542Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T07:20:10.543Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:10.543Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:10.557Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:10.558Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:11.445Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6a056ba8-7b99-4d50-9366-5833ba9059ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e45f447-41fb-4bb1-a823-01355688201c",
    "vfModuleModelCustomizationUUID": "2953fa72-7567-42e3-b3c2-da9f323a1e03",
    "isBase": true,
    "artifacts": [
      "e747cfe3-272e-48f3-bdfe-2221576e62bc",
      "22aa4131-251c-43dd-a626-bc3c59dea4fa"
    ],
    "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-25T07:20:11.450Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e45f447-41fb-4bb1-a823-01355688201c
VfModuleModelInvariantUUID:6a056ba8-7b99-4d50-9366-5833ba9059ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
e747cfe3-272e-48f3-bdfe-2221576e62bc
,
22aa4131-251c-43dd-a626-bc3c59dea4fa

}
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-25T07:20:11.455Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6a056ba8-7b99-4d50-9366-5833ba9059ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e45f447-41fb-4bb1-a823-01355688201c",
    "vfModuleModelCustomizationUUID": "2953fa72-7567-42e3-b3c2-da9f323a1e03",
    "isBase": true,
    "artifacts": [
      "e747cfe3-272e-48f3-bdfe-2221576e62bc",
      "22aa4131-251c-43dd-a626-bc3c59dea4fa"
    ],
    "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-25T07:20:11.455Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e45f447-41fb-4bb1-a823-01355688201c
VfModuleModelInvariantUUID:6a056ba8-7b99-4d50-9366-5833ba9059ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
e747cfe3-272e-48f3-bdfe-2221576e62bc
,
22aa4131-251c-43dd-a626-bc3c59dea4fa

}
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-25T07:20:11.455Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e747cfe3-272e-48f3-bdfe-2221576e62bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-25T07:20:11.456Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:20:11.456Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-25T07:20:11.554Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:20:11.554Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e747cfe3-272e-48f3-bdfe-2221576e62bc 5033
2022-06-25T07:20:11.555Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-25T07:20:11.555Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-25T07:20:11.555Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:20:11.556Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:11.558Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:11.558Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141611555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:20:11.658Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T07:20:11.660Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:11.661Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:11.675Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:11.676Z||pool-156-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:12.559Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22aa4131-251c-43dd-a626-bc3c59dea4fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-25T07:20:12.560Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-25T07:20:12.561Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-25T07:20:12.683Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-25T07:20:12.684Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 22aa4131-251c-43dd-a626-bc3c59dea4fa 903
2022-06-25T07:20:12.685Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-25T07:20:12.685Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-25T07:20:12.685Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T07:20:12.685Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:12.696Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:12.696Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141612684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:20:12.799Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-25T07:20:12.800Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:12.800Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:12.821Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:12.822Z||pool-157-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:13.697Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 45c90cad-fc9f-48d3-8d65-09995e1df029
2022-06-25T07:20:13.698Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 03c22968-1256-40c7-8491-150748177d7a 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-25T07:20:13.722Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@534297fd, org.onap.sdc.toscaparser.api.parameters.Input@1f66b81c, org.onap.sdc.toscaparser.api.parameters.Input@3898d48f, org.onap.sdc.toscaparser.api.parameters.Input@2b55e7be, org.onap.sdc.toscaparser.api.parameters.Input@6c6f7056]
2022-06-25T07:20:13.725Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.725Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.728Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-25T07:20:13.728Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b30a74c5-29da-46c8-b353-07649e0f7a05
2022-06-25T07:20:13.728Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b30a74c5-29da-46c8-b353-07649e0f7a05 matches Tosca VF Customization UUID: b30a74c5-29da-46c8-b353-07649e0f7a05
2022-06-25T07:20:13.729Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b30a74c5-29da-46c8-b353-07649e0f7a05  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-25T07:20:13.733Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.733Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.735Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b30a74c5-29da-46c8-b353-07649e0f7a05: {\"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-25T07:20:13.735Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c4d63dd
2022-06-25T07:20:13.736Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.736Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T07:20:13.737Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2953fa72-7567-42e3-b3c2-da9f323a1e03
2022-06-25T07:20:13.737Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2953fa72-7567-42e3-b3c2-da9f323a1e03
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-25T07:20:13.741Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.742Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:13.742Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:20:13.743Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.743Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:13.744Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:20:13.745Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.745Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-25T07:20:13.747Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-25T07:20:13.747Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-25T07:20:13.748Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=08f36ab0-1df5-45ca-b023-44b119bc319e
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-25T07:20:13.752Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.752Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:13.753Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T07:20:13.753Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.753Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-25T07:20:13.754Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b30a74c5-29da-46c8-b353-07649e0f7a05
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-25T07:20:13.757Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.758Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.758Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 45c90cad-fc9f-48d3-8d65-09995e1df029: basic_vm_macro
2022-06-25T07:20:13.758Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.759Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.759Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.759Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.760Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.760Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.761Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.761Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.761Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-25T07:20:13.761Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T07:20:13.762Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-25T07:20:13.875Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 03c22968-1256-40c7-8491-150748177d7a 1 ASDC deployResourceStructure
2022-06-25T07:20:13.876Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-25T07:20:13.876Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-25T07:20:13.876Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:20:13.877Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:13.879Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:13.879Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141613876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T07:20:13.981Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T07:20:13.982Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:13.982Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:13.999Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:14.000Z||pool-158-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:14.881Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-25T07:20:14.882Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-25T07:20:14.882Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:20:14.882Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:14.892Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:14.892Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141614881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:20:14.988Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-25T07:20:14.989Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:14.989Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:15.005Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:15.006Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T07:20:15.894Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-25T07:20:15.894Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-25T07:20:15.895Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:20:15.895Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:15.898Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:15.898Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141615894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-25T07:20:16.009Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-25T07:20:16.010Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:16.011Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:16.030Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:16.033Z||pool-160-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:16.909Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-25T07:20:16.910Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-25T07:20:16.910Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T07:20:16.910Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:16.914Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:16.914Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141616909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:20:17.017Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T07:20:17.020Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:17.020Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:17.036Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:17.036Z||pool-161-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T07:20:17.917Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b088f86b-c783-464e-87dc-bf84821c0697
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:20:17.947Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b088f86b-c783-464e-87dc-bf84821c0697
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-25T07:20:17.951Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T07:20:17.952Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T07:20:17.952Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T07:20:17.953Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T07:20:17.953Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:20:17.953Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:20:17.953Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:20:17.953Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:20:17.954Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:20:17.954Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-25T07:20:17.954Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||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-25T07:20:17.965Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T07:20:47.966Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b088f86b-c783-464e-87dc-bf84821c0697 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-25T07:20:47.979Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b088f86b-c783-464e-87dc-bf84821c0697 and serviceModelVersionId: 45c90cad-fc9f-48d3-8d65-09995e1df029
2022-06-25T07:20:47.980Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b84ba8f-bdef-4e54-bb90-a3d8999d185e
2022-06-25T07:20:47.982Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b84ba8f-bdef-4e54-bb90-a3d8999d185e/model-vers/model-ver/45c90cad-fc9f-48d3-8d65-09995e1df029?depth=0
2022-06-25T07:20:47.988Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T07:20:48.080Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b84ba8f-bdef-4e54-bb90-a3d8999d185e/model-vers/model-ver/45c90cad-fc9f-48d3-8d65-09995e1df029?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-25T07:20:48.082Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b84ba8f-bdef-4e54-bb90-a3d8999d185e/model-vers/model-ver/45c90cad-fc9f-48d3-8d65-09995e1df029?depth=0|INFO|500||Invoke
2022-06-25T07:20:48.121Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b84ba8f-bdef-4e54-bb90-a3d8999d185e/model-vers/model-ver/45c90cad-fc9f-48d3-8d65-09995e1df029?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-25T07:20:48.314Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b84ba8f-bdef-4e54-bb90-a3d8999d185e/model-vers/model-ver/45c90cad-fc9f-48d3-8d65-09995e1df029?depth=0|INFO|500||InvokeReturn
2022-06-25T07:20:48.315Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b84ba8f-bdef-4e54-bb90-a3d8999d185e/model-vers/model-ver/45c90cad-fc9f-48d3-8d65-09995e1df029?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220625-07:20:47:434-16382], vertex-id=[282864], Content-Length=[0], Date=[Sat, 25 Jun 2022 07:20:47 GMT], Content-Type=[application/json]}
2022-06-25T07:20:48.315Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-25T07:20:48.315Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T07:20:48.316Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T07:20:48.323Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-25T07:20:48.323Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b088f86b-c783-464e-87dc-bf84821c0697 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T07:20:48.325Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T07:20:48.325Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-25T07:20:48.329Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T07:20:48.329Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141648325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:20:48.429Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T07:20:48.430Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T07:20:48.430Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:48.449Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:48.450Z||pool-162-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-25T07:20:49.348Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:20:49.349Z|b088f86b-c783-464e-87dc-bf84821c0697|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-25T07:20:49.349Z|b088f86b-c783-464e-87dc-bf84821c0697|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:20:58.897Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:20:58.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:20:58.902Z||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-25T07:20:58.903Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:21:08.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:21:08.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:21:08.448Z||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-25T07:21:08.448Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:21:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:21:09.338Z||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-25T07:21:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:21:09.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:21:09.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:21:09.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141554869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141555982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141557269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141558437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141559694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141560834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141561846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:21:09.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141562854,
  "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-25T07:21:09.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141563859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141564869,
  "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-25T07:21:09.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141565874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a688503a-2af5-4536-98c2-c049f7f385cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141597309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-25T07:21:09.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-25T07:21:09.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T07:21:09.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141606672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:21:09.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:21:18.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:21:18.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:21:18.007Z||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-25T07:21:18.007Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:21:27.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:22:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:22:09.333Z||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-25T07:22:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:22:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:22:09.338Z||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-25T07:22:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:22:09.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:22:09.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141610437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:22:09.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141611555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:22:09.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141612684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-25T07:22:09.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141613876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-25T07:22:09.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141614881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-25T07:22:09.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141615894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-25T07:22:09.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141616909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-25T07:22:09.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:09.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T07:22:09.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b088f86b-c783-464e-87dc-bf84821c0697",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656141648325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T07:22:09.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T07:22:18.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:23:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:23:09.332Z||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-25T07:23:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:23:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:23:09.338Z||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-25T07:23:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:23:18.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:23:18.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:24:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:24:09.332Z||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-25T07:24:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:24:09.337Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:24:09.338Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T07:24:09.339Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:24:18.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:24:18.897Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:25:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:25:09.331Z||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-25T07:25:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:25:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:25:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:25:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:25:18.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:25:18.889Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:26:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:26:09.332Z||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-25T07:26:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:26:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:26:09.338Z||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-25T07:26:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:26:18.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:26:18.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:27:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:27:09.331Z||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-25T07:27:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:27:09.337Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:27:09.338Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|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-25T07:27:09.338Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:27:18.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:27:18.938Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:28:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:28:09.332Z||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-25T07:28:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:28:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:28:09.338Z||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-25T07:28:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:28:18.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:28:18.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:29:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:29:09.332Z||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-25T07:29:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:29:09.337Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:29:09.338Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T07:29:09.338Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:29:18.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:29:18.897Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:30:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:30:09.331Z||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-25T07:30:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:30:09.337Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:30:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:30:09.338Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:30:18.877Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:30:18.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:31:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:31:09.332Z||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-25T07:31:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:31:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:31:09.338Z||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-25T07:31:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:31:18.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:31:18.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:32:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:32:09.333Z||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-25T07:32:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:32:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:32:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|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-25T07:32:09.338Z|b088f86b-c783-464e-87dc-bf84821c0697|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:32:18.886Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:32:18.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:33:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:33:09.332Z||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-25T07:33:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:33:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:33:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|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-25T07:33:09.338Z|b088f86b-c783-464e-87dc-bf84821c0697|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:33:18.886Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:33:18.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:34:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:34:09.332Z||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-25T07:34:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:34:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:34:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|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-25T07:34:09.337Z|b088f86b-c783-464e-87dc-bf84821c0697|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:34:18.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:34:18.901Z|b088f86b-c783-464e-87dc-bf84821c0697|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:35:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:35:09.331Z||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-25T07:35:09.331Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:35:09.337Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:35:09.338Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|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-25T07:35:09.338Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:35:18.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:35:18.893Z|9e6f8322-37dc-45d3-bd06-9fa9ae8f1fa3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:36:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:36:09.332Z||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-25T07:36:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:36:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:36:09.338Z||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-25T07:36:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:36:18.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:36:18.884Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:37:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:37:09.332Z||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-25T07:37:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:37:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:37:09.338Z||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-25T07:37:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:37:18.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:37:18.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:38:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:38:09.332Z||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-25T07:38:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:38:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:38:09.337Z||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-25T07:38:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:38:18.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:38:18.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:39:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:39:09.332Z||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-25T07:39:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:39:09.337Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:39:09.338Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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-25T07:39:09.338Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:39:18.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:39:18.901Z|c3e1b4be-dfe0-41ce-97f4-cf0059fd97f1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:40:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:40:09.332Z||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-25T07:40:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:40:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:40:09.338Z||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-25T07:40:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:40:18.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:40:18.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:41:09.331Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:41:09.332Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:41:09.332Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:41:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:41:09.338Z||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-25T07:41:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:41:18.888Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:41:18.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:42:09.330Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:42:09.332Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:42:09.332Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:42:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:42:09.338Z||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-25T07:42:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:42:18.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:42:18.881Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:43:09.330Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:43:09.332Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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-25T07:43:09.332Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:43:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:43:09.338Z||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-25T07:43:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:43:18.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:43:18.888Z|468a7a74-e8b5-4801-9d34-e2f2081eea51|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:44:09.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:44:09.332Z||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-25T07:44:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:44:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T07:44:09.339Z||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-25T07:44:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T07:44:18.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-25T07:44:18.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK