Results

By type

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

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

2022-07-20T03:34:04.112Z||main|||||INFO|500||The following profiles are active: basic
2022-07-20T03:34:15.770Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-20T03:34:15.770Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-20T03:34:15.879Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-20T03:34:20.654Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-20T03:34:21.160Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-20T03:34:21.634Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-20T03:34:21.645Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-20T03:34:21.816Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-20T03:34:22.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-20T03:34:22.958Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-20T03:34:25.217Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-20T03:34:27.769Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-20T03:34:27.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-20T03:34:28.486Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-20T03:34:28.722Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-20T03:34:29.892Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-20T03:34:31.005Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-20T03:34:31.023Z||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$$af915e9a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-20T03:34:31.024Z||main|||||WARN|500||The sdc end point is not alive
2022-07-20T03:34:34.239Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-20T03:34:37.442Z||main|||||WARN|500||---
2022-07-20T03:34:37.443Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-20T03:34:37.443Z||main|||||WARN|500||---
2022-07-20T03:34:38.009Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-20T03:34:43.767Z||main|||||INFO|500||Started Application in 43.352 seconds (JVM running for 45.739)
2022-07-20T03:34:43.785Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-20T03:34:43.787Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-20T03:34:43.805Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-20T03:34:43.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-20T03:34:43.888Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 324f3548-75d4-4b80-b349-5c53a753570e url= /sdc/v1/artifactTypes
2022-07-20T03:34:43.889Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-20T03:34:45.010Z||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.30.5] 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$$1b186d92.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-20T03:34:45.015Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49cd3095
2022-07-20T03:34:45.015Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-20T03:34:45.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-20T03:34:45.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-20T03:34:45.039Z||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$$1b186d92.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-20T03:35:33.761Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-20T03:35:33.764Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-20T03:35:33.765Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-20T03:35:33.773Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-20T03:35:33.781Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e8d5084-8067-4afc-9bcd-ef0b747c7f7e url= /sdc/v1/artifactTypes
2022-07-20T03:35:33.782Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-20T03:35:34.840Z||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.30.5] 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$$1b186d92.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-20T03:35:34.842Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b5bb8bc
2022-07-20T03:35:34.842Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-20T03:35:34.843Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-20T03:35:34.843Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-20T03:35:34.844Z||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$$1b186d92.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-20T03:36:23.762Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-20T03:36:23.765Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-20T03:36:23.766Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-20T03:36:23.775Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-20T03:36:23.782Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1dc15ad-5921-4e54-b9d1-7341e1718d15 url= /sdc/v1/artifactTypes
2022-07-20T03:36:23.782Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-20T03:36:24.030Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-20T03:36:24.043Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-20T03:36:24.083Z||scheduling-1|||||DEBUG|500||create keys
2022-07-20T03:36:24.093Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-20T03:36:24.170Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:36:24.192Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9d9683bf-6de9-4ed6-8207-db6f65bb05f8 url= /sdc/v1/registerForDistribution
2022-07-20T03:36:24.364Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9d9683bf-6de9-4ed6-8207-db6f65bb05f8 url= /sdc/v1/registerForDistribution
2022-07-20T03:36:24.365Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-20T03:36:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:36:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:36:24.390Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:36:24.390Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-20T03:36:24.391Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:36:24.392Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:36:24.392Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:36:34.735Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:36:34.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:37:24.375Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:37:24.376Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:37:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:37:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:37:24.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:37:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:37:33.947Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:37:33.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:38:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:38:24.375Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:38:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:38:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:38:24.378Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:38:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:38:33.940Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:38:33.945Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:39:24.374Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:39:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:39:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:39:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:39:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:39:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:39:33.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:39:33.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:40:24.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:40:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:40:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:40:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:40:24.378Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:40:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:40:33.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:40:33.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:41:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:41:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:41:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:41:24.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:41:24.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:41:24.382Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:41:33.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:41:33.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:42:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:42:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:42:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:42:24.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:42:24.377Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:42:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:42:33.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:42:33.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:43:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:43:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:43:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:43:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:43:24.378Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:43:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:43:33.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:43:33.933Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:44:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:44:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:44:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:44:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:44:24.376Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:44:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:44:33.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:44:33.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:44:51.145Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-20T03:45:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:45:24.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:45:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:45:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:45:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:45:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:45:33.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:45:33.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:46:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:46:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:46:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:46:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:46:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:46:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:46:33.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:46:33.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:47:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:47:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:47:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:47:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:47:24.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:47:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:47:33.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:47:33.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:48:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:48:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:48:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:48:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:48:24.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:48:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:48:33.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:48:33.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:49:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:49:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:49:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:49:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:49:24.377Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:49:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:49:33.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:49:33.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:50:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:50:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:50:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:50:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:50:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:50:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:50:33.926Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:50:33.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:51:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:51:24.375Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:51:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:51:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:51:24.376Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:51:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:51:33.933Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:51:33.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:52:24.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:52:24.376Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:52:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:52:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:52:24.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:52:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:52:33.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:52:33.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:53:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:53:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:53:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:53:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:53:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:53:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:53:33.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:53:33.932Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:54:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:54:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:54:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:54:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:54:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:54:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:54:33.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:54:33.937Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:55:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:55:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:55:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:55:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:55:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:55:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:55:33.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:55:33.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:56:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:56:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:56:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:56:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:56:24.377Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:56:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:56:33.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:56:33.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:57:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:57:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:57:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:57:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:57:24.376Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:57:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:57:33.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:57:33.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:58:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:58:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:58:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:58:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:58:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:58:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:58:33.947Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:58:33.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:59:24.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:59:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:59:24.377Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:59:24.377Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:59:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:59:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:59:33.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T03:59:33.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:00:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:00:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:00:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:00:24.377Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:00:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:00:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:00:33.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:00:33.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:01:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:01:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:01:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:01:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:01:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:01:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:01:33.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:01:33.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:02:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:02:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:02:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:02:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:02:24.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:02:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:02:33.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:02:33.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:03:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:03:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:03:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:03:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:03:24.376Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:03:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:03:33.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:03:33.929Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:04:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:04:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:04:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:04:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:04:24.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:04:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:04:33.924Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:04:33.924Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:05:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:05:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:05:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:05:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:05:24.376Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:05:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:05:33.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:05:33.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:06:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:06:24.376Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:06:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:06:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:06:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:06:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:06:33.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:06:33.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:07:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:07:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:07:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:07:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:07:24.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:07:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:07:33.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:07:33.923Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:08:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:08:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:08:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:08:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:08:24.377Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:08:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:08:33.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:08:33.930Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:09:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:09:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:09:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:09:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:09:24.376Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:09:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:09:33.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:09:33.930Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:10:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:10:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:10:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:10:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:10:24.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:10:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:10:33.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:10:33.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:11:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:11:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:11:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:11:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:11:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:11:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:11:33.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:11:33.960Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:12:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:12:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:12:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:12:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:12:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:12:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:12:33.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:12:33.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:13:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:13:24.376Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:13:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:13:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:13:24.377Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:13:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:13:33.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:13:33.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:14:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:14:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:14:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:14:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:14:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:14:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:14:33.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:14:33.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:15:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:15:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:15:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:15:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:15:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:15:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:15:33.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:15:33.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:16:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:16:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:16:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:16:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:16:24.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:16:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:16:33.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:16:33.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:17:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:17:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:17:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:17:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:17:24.377Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:17:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:17:33.952Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:17:33.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:18:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:18:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:18:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:18:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:18:24.376Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:18:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:18:33.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:18:33.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:19:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:19:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:19:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:19:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:19:24.377Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:19:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:19:33.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:19:33.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:20:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:20:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:20:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:20:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:20:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:20:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:20:33.926Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:20:33.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:21:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:21:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:21:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:21:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:21:24.376Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:21:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:21:33.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:21:33.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:22:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:22:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:22:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:22:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:22:24.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:22:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:22:33.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:22:33.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:23:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:23:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:23:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:23:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:23:24.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:23:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:23:33.941Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:23:33.948Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:24:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:24:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:24:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:24:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:24:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:24:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:24:33.942Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:24:33.944Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:25:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:25:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:25:24.377Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:25:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:24.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:24.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291100658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291103692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291097395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291098949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291111699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291111984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291112256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291112392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291106077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "cds",
  "timestamp": 1658291113001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:25:24.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:25:24.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291113406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:24.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291112780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291113963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "policy-id",
  "timestamp": 1658291114411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:25:24.864Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:25:24.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291114028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291107432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:25:24.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291115131,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:25:24.880Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-20T04:25:24.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291116137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291119166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291120170,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:25:24.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:25:25.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:25.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:25:25.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"84d24547-804c-49f8-8d99-bc3a77afe2d3","serviceName":"vFW 2022-07-20 04-23-44","serviceVersion":"1.0","serviceUUID":"13692b18-732c-4d07-8c1d-d289bff5a892","serviceDescription":"catalog service description","serviceInvariantUUID":"cebb9e5d-f090-4f35-bdaf-1b1fae395d66","resources":[{"resourceInstanceName":"vFW e12d8550-8536 0","resourceName":"vFW e12d8550-8536","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c00ecd6-d82b-447b-b8c9-c8f33b46a640","resourceInvariantUUID":"adf1c29d-5e29-413d-b8d0-6efb9fce26d8","resourceCustomizationUUID":"e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml","artifactChecksum":"ZDM2ZTNmMjljYzlmYjNjN2E0YzMxYTQ5NGMxMjZiYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69e0879f-9fce-41d8-86c6-025917bc779a","artifactVersion":"1"},{"artifactName":"vfwe12d855085360_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json","artifactChecksum":"ZTA2NGQwOTZmZDdlNTlkYTljNWZkZmUwZjUzZWRhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"894637a2-11e2-4ebf-b266-5d889dab9e47","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9962ecd3-e161-4841-af6d-a2716c468867","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml","artifactChecksum":"MWVmMWU1YTY2ZGMzMDEwNzMyNTNlNDJiMmNlYmVjOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"010322b8-39ad-4ab3-b8f2-4fbf73e35be7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"187297d3-2951-4d5a-ba09-c4bf09c25869","artifactVersion":"2","generatedFromUUID":"9962ecd3-e161-4841-af6d-a2716c468867"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220720042344-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml","artifactChecksum":"MmUxZjQ3MjZiMzNiNjhhYmQ0MGRlNTdlMGM5NGU5YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f93d91e-52c1-41fe-a6aa-1d31201021b7","artifactVersion":"1"},{"artifactName":"service-Vfw20220720042344-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar","artifactChecksum":"M2U5ZjNlY2RjOTk2MTE1Y2EyZTAwMDgzZTZkNWIyNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45282cbe-0e7c-46d9-aef8-ee56c3de5476","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:25:25.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:25.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:25.053Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:25.053Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:25.153Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-20T04:25:25.158Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:25.158Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:25.233Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:25.234Z||pool-3-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:26.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:26.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:26.062Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:26.062Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:25:26.162Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:26.163Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:26.164Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:26.186Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:26.187Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:27.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:27.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:27.066Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:27.066Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:25:27.166Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:27.168Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:27.168Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:27.205Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:27.206Z||pool-5-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:28.067Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:28.068Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:28.071Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:28.071Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:28.172Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:28.173Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:28.173Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:28.187Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:28.188Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:29.072Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:29.073Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:29.076Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:29.076Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-20T04:25:29.177Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:25:29.178Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:29.178Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:29.292Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:29.293Z||pool-7-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:30.077Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:30.078Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:30.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:30.081Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:25:30.181Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:30.182Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:30.182Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:30.199Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:30.199Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:31.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:31.082Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:31.085Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:31.085Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:25:31.185Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:31.186Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:31.186Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:31.204Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:31.205Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:32.087Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "serviceName": "vFW 2022-07-20 04-23-44",
  "serviceVersion": "1.0",
  "serviceUUID": "13692b18-732c-4d07-8c1d-d289bff5a892",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cebb9e5d-f090-4f35-bdaf-1b1fae395d66",
  "resources": [
    {
      "resourceInstanceName": "vFW e12d8550-8536 0",
      "resourceCustomizationUUID": "e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26",
      "resourceName": "vFW e12d8550-8536",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9c00ecd6-d82b-447b-b8c9-c8f33b46a640",
      "resourceInvariantUUID": "adf1c29d-5e29-413d-b8d0-6efb9fce26d8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe12d855085360_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
          "artifactChecksum": "ZTA2NGQwOTZmZDdlNTlkYTljNWZkZmUwZjUzZWRhZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "894637a2-11e2-4ebf-b266-5d889dab9e47",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9962ecd3-e161-4841-af6d-a2716c468867",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "187297d3-2951-4d5a-ba09-c4bf09c25869",
            "generatedFromUUID": "9962ecd3-e161-4841-af6d-a2716c468867"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "187297d3-2951-4d5a-ba09-c4bf09c25869",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220720042344-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
      "artifactChecksum": "M2U5ZjNlY2RjOTk2MTE1Y2EyZTAwMDgzZTZkNWIyNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45282cbe-0e7c-46d9-aef8-ee56c3de5476"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:25:32.088Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:25:32.088Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13692b18-732c-4d07-8c1d-d289bff5a892 ASDC
2022-07-20T04:25:32.197Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:84d24547-804c-49f8-8d99-bc3a77afe2d3
ServiceName:vFW 2022-07-20 04-23-44
ServiceVersion:1.0
ServiceUUID:13692b18-732c-4d07-8c1d-d289bff5a892
ServiceInvariantUUID:cebb9e5d-f090-4f35-bdaf-1b1fae395d66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220720042344-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
ArtifactUUID:45282cbe-0e7c-46d9-aef8-ee56c3de5476
ArtifactChecksum:M2U5ZjNlY2RjOTk2MTE1Y2EyZTAwMDgzZTZkNWIyNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e12d8550-8536 0
ResourceCustomizationUUID:e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
ResourceInvariantUUID:adf1c29d-5e29-413d-b8d0-6efb9fce26d8
ResourceName:vFW e12d8550-8536
ResourceType:VF
ResourceUUID:9c00ecd6-d82b-447b-b8c9-c8f33b46a640
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe12d855085360_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
ArtifactUUID:894637a2-11e2-4ebf-b266-5d889dab9e47
ArtifactChecksum:ZTA2NGQwOTZmZDdlNTlkYTljNWZkZmUwZjUzZWRhZTU=
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/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
ArtifactUUID:9962ecd3-e161-4841-af6d-a2716c468867
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/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
ArtifactUUID:187297d3-2951-4d5a-ba09-c4bf09c25869
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/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
ArtifactUUID:187297d3-2951-4d5a-ba09-c4bf09c25869
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-20T04:25:32.198Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13692b18-732c-4d07-8c1d-d289bff5a892 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:25:32.253Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:25:32.254Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-20T04:25:32.256Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-20T04:25:32.256Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45282cbe-0e7c-46d9-aef8-ee56c3de5476 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:32.256Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:32.258Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:32.333Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:32.354Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar 45282cbe-0e7c-46d9-aef8-ee56c3de5476 99056
2022-07-20T04:25:32.355Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar ASDC sendASDCNotification
2022-07-20T04:25:32.356Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:32.357Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:32.358Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:32.360Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:32.360Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291132355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:32.460Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:32.461Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:32.462Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:32.476Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:32.477Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:33.361Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:25:33.362Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-20T04:25:33.362Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 45282cbe-0e7c-46d9-aef8-ee56c3de5476, URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar to file: /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:33.363Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220720042344-csar.csar
2022-07-20T04:25:33.451Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:33.451Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:34.174Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5473098130167395442/Definitions/service-Vfw20220720042344-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-20T04:25:36.959Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e12d8550-8536 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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-20T04:25:36.974Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.975Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:36.979Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.980Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-20T04:25:36.981Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-20T04:25:36.984Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:25:36.984Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.984Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9309f298-4bd8-4902-8ce0-b0b0bb88cb32
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=220dddfb-8eb8-4710-9d6b-0fa2c24b5e72
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a617ff93-93fc-4dd8-b45d-cd9c826863d5
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-20 04-23-44
Description:catalog service description
Model UUID:13692b18-732c-4d07-8c1d-d289bff5a892
Model Version:NULL
Model InvariantUuid:cebb9e5d-f090-4f35-bdaf-1b1fae395d66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e12d8550-8536
Model UUID:8f339108-1056-45d1-9d32-3c7ceae5a870
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adf1c29d-5e29-413d-b8d0-6efb9fce26d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86fe25c0-5438-4083-ac10-92d7fc942ee2
ModelName:VfwE12d85508536..base_vfw..module-0
ModelUuid:5f56e49e-287e-4f97-a623-163ba79466ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9309f298-4bd8-4902-8ce0-b0b0bb88cb32
ModelInvariantUuid:8279ab2a-58db-49f8-9a71-21c6e44b1d73
ModelName:vFW e12d8550-8536-nodes.vfwCvfc
ModelUuid:170dff83-4d91-4a23-8c08-3a89653cf03c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:403d6e4f-1bf3-4fb1-afcc-9fee458d3eec
ModelInvariantUuid:f9e4737b-df78-44ee-a859-c3bbe2003878
ModelName:VfwE12d85508536.compute.nodes.heat.vfw
ModelUuid:c8acd059-e447-40d5-aa6d-9226907cbb1c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:220dddfb-8eb8-4710-9d6b-0fa2c24b5e72
ModelInvariantUuid:0c4b5b7e-e767-49d9-a8bd-1edd43f87068
ModelName:vFW e12d8550-8536-nodes.vsnCvfc
ModelUuid:6d85af41-c613-4e20-a18e-c56830b3c835
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e8448d2f-99e2-435d-9498-9ebdeccc8b08
ModelInvariantUuid:a4f362ba-ca4d-4d2b-88b3-676a518bc7d6
ModelName:VfwE12d85508536.compute.nodes.heat.vsn
ModelUuid:fbf07dfb-30ae-4ae7-afc3-2906d1e2083a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a617ff93-93fc-4dd8-b45d-cd9c826863d5
ModelInvariantUuid:13e488e4-aa2c-4d90-9c6d-5f7cae713527
ModelName:vFW e12d8550-8536-nodes.vpgCvfc
ModelUuid:8bb33604-16eb-4ca2-a80b-0916455991a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2a095448-d92b-42c2-a253-6880b9375057
ModelInvariantUuid:e6f4a78d-dc0b-402e-8681-1b1c45043319
ModelName:VfwE12d85508536.compute.nodes.heat.vpg
ModelUuid:8fb75897-b314-41f6-ae26-98401e743658
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:25:37.017Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c00ecd6-d82b-447b-b8c9-c8f33b46a640
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:25:37.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||vFW e12d8550-8536 0
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c00ecd6-d82b-447b-b8c9-c8f33b46a640
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 894637a2-11e2-4ebf-b266-5d889dab9e47 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:37.171Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:37.171Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json 894637a2-11e2-4ebf-b266-5d889dab9e47 785
2022-07-20T04:25:37.171Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json ASDC sendASDCNotification
2022-07-20T04:25:37.172Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:37.172Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:37.172Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:37.175Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:37.175Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291137171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:37.275Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:37.276Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:37.276Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:37.293Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:37.294Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:38.176Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE12d85508536..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "86fe25c0-5438-4083-ac10-92d7fc942ee2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f56e49e-287e-4f97-a623-163ba79466ac",
    "vfModuleModelCustomizationUUID": "c799bf2a-6c4f-4614-8d37-4c7c23e13bc2",
    "isBase": true,
    "artifacts": [
      "9962ecd3-e161-4841-af6d-a2716c468867",
      "187297d3-2951-4d5a-ba09-c4bf09c25869"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:25:38.191Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE12d85508536..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f56e49e-287e-4f97-a623-163ba79466ac
VfModuleModelInvariantUUID:86fe25c0-5438-4083-ac10-92d7fc942ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9962ecd3-e161-4841-af6d-a2716c468867
,
187297d3-2951-4d5a-ba09-c4bf09c25869

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

isBase:true


}

2022-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE12d85508536..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "86fe25c0-5438-4083-ac10-92d7fc942ee2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f56e49e-287e-4f97-a623-163ba79466ac",
    "vfModuleModelCustomizationUUID": "c799bf2a-6c4f-4614-8d37-4c7c23e13bc2",
    "isBase": true,
    "artifacts": [
      "9962ecd3-e161-4841-af6d-a2716c468867",
      "187297d3-2951-4d5a-ba09-c4bf09c25869"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE12d85508536..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f56e49e-287e-4f97-a623-163ba79466ac
VfModuleModelInvariantUUID:86fe25c0-5438-4083-ac10-92d7fc942ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9962ecd3-e161-4841-af6d-a2716c468867
,
187297d3-2951-4d5a-ba09-c4bf09c25869

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

isBase:true


}

2022-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9962ecd3-e161-4841-af6d-a2716c468867 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:38.196Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:38.261Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:38.262Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml 9962ecd3-e161-4841-af6d-a2716c468867 20368
2022-07-20T04:25:38.262Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-20T04:25:38.263Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:38.263Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:38.263Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:38.265Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:38.265Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291138262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:38.366Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:25:38.367Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:38.367Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:38.383Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:38.383Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:39.266Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 187297d3-2951-4d5a-ba09-c4bf09c25869 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:39.267Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:39.267Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:39.322Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:39.323Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env 187297d3-2951-4d5a-ba09-c4bf09c25869 2098
2022-07-20T04:25:39.323Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-20T04:25:39.324Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:39.324Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:39.324Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:39.326Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:39.326Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291139323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:25:39.427Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:39.428Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:39.428Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:39.445Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:39.446Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:40.327Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 13692b18-732c-4d07-8c1d-d289bff5a892
2022-07-20T04:25:40.328Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e12d8550-8536 0 9c00ecd6-d82b-447b-b8c9-c8f33b46a640 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:25:40.371Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47d434cc, org.onap.sdc.toscaparser.api.parameters.Input@1ba195ab, org.onap.sdc.toscaparser.api.parameters.Input@604abf08, org.onap.sdc.toscaparser.api.parameters.Input@29d5070e, org.onap.sdc.toscaparser.api.parameters.Input@4fc134ac]
2022-07-20T04:25:40.375Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.375Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26 matches Tosca VF Customization UUID: e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-20T04:25:40.385Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.385Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.387Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-20T04:25:40.387Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@574af01e
2022-07-20T04:25:40.387Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.388Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:25:40.388Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c799bf2a-6c4f-4614-8d37-4c7c23e13bc2
2022-07-20T04:25:40.390Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c799bf2a-6c4f-4614-8d37-4c7c23e13bc2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-20T04:25:40.396Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.397Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.397Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.398Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.398Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.398Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.399Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.399Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9309f298-4bd8-4902-8ce0-b0b0bb88cb32
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-20T04:25:40.410Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:40.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.415Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:40.415Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.415Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=220dddfb-8eb8-4710-9d6b-0fa2c24b5e72
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-20T04:25:40.417Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.417Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.418Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:40.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:40.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:40.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:40.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:40.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-20T04:25:40.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a617ff93-93fc-4dd8-b45d-cd9c826863d5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-20T04:25:40.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:25:40.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 13692b18-732c-4d07-8c1d-d289bff5a892: vFW e12d8550-8536
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:25:40.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-20 04-23-44 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:25:40.677Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e12d8550-8536 9c00ecd6-d82b-447b-b8c9-c8f33b46a640 1 ASDC deployResourceStructure
2022-07-20T04:25:40.677Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json ASDC sendASDCNotification
2022-07-20T04:25:40.677Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:40.678Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:40.678Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:40.679Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:40.680Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291140677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:40.780Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:40.781Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:40.781Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:40.798Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:40.798Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:41.684Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:41.684Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291141680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:41.784Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:41.785Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:41.786Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:41.806Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:41.806Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:42.689Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:42.689Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291142687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:42.790Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:25:42.791Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:42.791Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:42.810Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:42.811Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:43.690Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar ASDC sendASDCNotification
2022-07-20T04:25:43.691Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:43.691Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:43.691Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:43.693Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:43.693Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291143690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:25:43.793Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:43.794Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:25:43.794Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:43.811Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:25:43.811Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:44.694Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:25:44.709Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:25:44.712Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:25:44.712Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:25:44.712Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:26:14.713Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:26:14.724Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:26:14.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:26:14.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:26:14.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:26:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:26:24.378Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:26:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:26:24.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:26:24.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:26:24.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:26:24.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:26:44.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:26:44.740Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:26:44.744Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:26:44.745Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:26:44.745Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:27:14.745Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:27:14.758Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:27:14.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:27:14.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:27:14.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:27:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:27:24.378Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:27:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:27:24.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:27:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291123976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291124373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291132355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291134378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "aai-ml",
  "timestamp": 1658291135383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:27:24.935Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:27:24.935Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:27:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291137171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291138262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291139323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291140677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291141570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291141680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291142687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291143581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291143690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:27:24.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "clamp",
  "timestamp": 1658291144586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:27:24.954Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:27:24.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:27:44.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:27:44.784Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:27:44.795Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:28:14.795Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:28:14.811Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3 and serviceModelVersionId: 13692b18-732c-4d07-8c1d-d289bff5a892
2022-07-20T04:28:14.811Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cebb9e5d-f090-4f35-bdaf-1b1fae395d66
2022-07-20T04:28:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:24.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:28:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:29.898Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0
2022-07-20T04:28:30.041Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:28:30.562Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|INFO|500||Invoke
2022-07-20T04:28:30.572Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84d24547-804c-49f8-8d99-bc3a77afe2d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8d996c9-682d-4598-85c6-29482a40cc3d], X-ECOMP-RequestID=[84d24547-804c-49f8-8d99-bc3a77afe2d3], X-TransactionId=[], X-ONAP-RequestID=[84d24547-804c-49f8-8d99-bc3a77afe2d3], Content-Type=[application/merge-patch+json]}
2022-07-20T04:28:30.694Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:28:30.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?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/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220720-04:28:31:213-637], vertex-id=[188560], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:28:31 GMT], Content-Type=[application/json]}
2022-07-20T04:28:30.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:28:30.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|INFO|500||InvokeReturn
2022-07-20T04:28:30.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:28:30.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:28:31.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-20T04:28:31.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84d24547-804c-49f8-8d99-bc3a77afe2d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:28:31.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:28:31.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:28:31.006Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:28:31.006Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291311003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:28:31.106Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:28:31.107Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:28:31.107Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:31.123Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:28:31.124Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:28:31.746Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:28:31.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:28:31.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291311003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:28:31.748Z||pool-2-thread-3|||||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-07-20T04:28:32.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:32.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:28:32.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:42.345Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:28:42.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:42.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:28:42.346Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:51.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:28:51.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:51.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:28:51.953Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:29:01.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:29:24.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:29:24.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:29:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:29:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:29:24.376Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:29:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:29:33.939Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:29:33.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:24.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:30:24.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:30:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:30:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:30:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:25.010Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:25.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c44a282-1161-4bab-bbf9-d53ab208c56b","serviceName":"basic_onboard_OUvtII","serviceVersion":"1.0","serviceUUID":"2c0a8589-f57a-405a-8962-275c39fe2beb","serviceDescription":"service","serviceInvariantUUID":"f24e870e-d95c-472d-9e1d-86643621e4c7","resources":[{"resourceInstanceName":"basic_onboard_OUvtII 0","resourceName":"basic_onboard_OUvtII","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d97d2d97-f7ea-4a4d-bca8-8e5b43910b53","resourceInvariantUUID":"f153b1f4-74d8-48ae-b1a8-7f85e613143f","resourceCustomizationUUID":"4f67ab24-8326-41f0-a1aa-78334f6d9818","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml","artifactChecksum":"YTg3OGYwZTZkMGUwYWMyOTY1YzM2MDJlODRkZTc2Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1425a05-d5ea-4f8f-95c7-132f9e754512","artifactVersion":"1"},{"artifactName":"basic_onboard_ouvtii0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json","artifactChecksum":"ZTliMjdiNTQzNjI5NzkxOWRjNjhjYWFiNDBjNjMxYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56be4edb-60f1-4f80-9f8e-2c3759e2c7b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25f135e2-0da0-4b84-a1af-4e1c5fc35205","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af4b649a-0fb9-40d0-8c56-c8615d621574","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"985ec2fc-91bf-43a4-98d2-3bf6661f1d3d","artifactVersion":"2","generatedFromUUID":"25f135e2-0da0-4b84-a1af-4e1c5fc35205"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOuvtii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml","artifactChecksum":"NjYzNWI0ZTIwZDRmYzU3ZmIyM2M1MmY1ZTgzMWZlMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f90e7e5-6da8-4f83-8b22-600dfe239943","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOuvtii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar","artifactChecksum":"OWQxMmYwMzhlOTI4YjU5MTMwMWM5NzI2OWVhY2VmYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a5c793f-8e2c-4ca1-8977-86f5388d1904","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:30:25.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:25.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:25.016Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:25.018Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:25.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.018Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291393975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291387432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291397395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291405194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291398949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "cds",
  "timestamp": 1658291406201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.049Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.049Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.057Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.057Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291406751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291400658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291407815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291408455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291408902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291403692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.063Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.063Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291409929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:30:25.068Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.068Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291411474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291410933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291412481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291412605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291406077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:30:25.079Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.079Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "policy-id",
  "timestamp": 1658291413486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:30:25.085Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.085Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-20T04:30:25.091Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.091Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291414007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291414613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "clamp",
  "timestamp": 1658291415617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:30:25.097Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.097Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.105Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.105Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291416305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:25.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291417310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:30:25.111Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.111Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.118Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:25.119Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:25.119Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:25.120Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.120Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291417962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:25.120Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.121Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.121Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "aai-ml",
  "timestamp": 1658291418966,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:30:25.125Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.125Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.135Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:25.136Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:30:26.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:26.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:26.021Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:26.022Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:30:26.122Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:26.123Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:26.123Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:26.144Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:26.145Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:27.022Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:27.023Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:27.026Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:27.026Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:30:27.126Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:27.127Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:27.127Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:27.144Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:27.144Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:30:28.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:28.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:28.030Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:28.030Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:28.131Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T04:30:28.132Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:28.132Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:28.146Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:28.146Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:29.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:29.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:29.034Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:29.034Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-20T04:30:29.134Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:29.135Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:29.135Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:29.157Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:29.158Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:30.034Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:30.035Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:30.037Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:30.037Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:30:30.137Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:30.138Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:30.138Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:30.154Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:30.154Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:31.038Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:31.039Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:31.041Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:31.041Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:30:31.141Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:31.142Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:31.142Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:31.157Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:31.158Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:32.043Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "serviceName": "basic_onboard_OUvtII",
  "serviceVersion": "1.0",
  "serviceUUID": "2c0a8589-f57a-405a-8962-275c39fe2beb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f24e870e-d95c-472d-9e1d-86643621e4c7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OUvtII 0",
      "resourceCustomizationUUID": "4f67ab24-8326-41f0-a1aa-78334f6d9818",
      "resourceName": "basic_onboard_OUvtII",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d97d2d97-f7ea-4a4d-bca8-8e5b43910b53",
      "resourceInvariantUUID": "f153b1f4-74d8-48ae-b1a8-7f85e613143f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ouvtii0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
          "artifactChecksum": "ZTliMjdiNTQzNjI5NzkxOWRjNjhjYWFiNDBjNjMxYzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "56be4edb-60f1-4f80-9f8e-2c3759e2c7b6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "25f135e2-0da0-4b84-a1af-4e1c5fc35205",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "985ec2fc-91bf-43a4-98d2-3bf6661f1d3d",
            "generatedFromUUID": "25f135e2-0da0-4b84-a1af-4e1c5fc35205"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "985ec2fc-91bf-43a4-98d2-3bf6661f1d3d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOuvtii-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
      "artifactChecksum": "OWQxMmYwMzhlOTI4YjU5MTMwMWM5NzI2OWVhY2VmYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a5c793f-8e2c-4ca1-8977-86f5388d1904"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:30:32.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:30:32.044Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c0a8589-f57a-405a-8962-275c39fe2beb ASDC
2022-07-20T04:30:32.044Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8c44a282-1161-4bab-bbf9-d53ab208c56b
ServiceName:basic_onboard_OUvtII
ServiceVersion:1.0
ServiceUUID:2c0a8589-f57a-405a-8962-275c39fe2beb
ServiceInvariantUUID:f24e870e-d95c-472d-9e1d-86643621e4c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOuvtii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
ArtifactUUID:1a5c793f-8e2c-4ca1-8977-86f5388d1904
ArtifactChecksum:OWQxMmYwMzhlOTI4YjU5MTMwMWM5NzI2OWVhY2VmYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OUvtII 0
ResourceCustomizationUUID:4f67ab24-8326-41f0-a1aa-78334f6d9818
ResourceInvariantUUID:f153b1f4-74d8-48ae-b1a8-7f85e613143f
ResourceName:basic_onboard_OUvtII
ResourceType:VF
ResourceUUID:d97d2d97-f7ea-4a4d-bca8-8e5b43910b53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ouvtii0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
ArtifactUUID:56be4edb-60f1-4f80-9f8e-2c3759e2c7b6
ArtifactChecksum:ZTliMjdiNTQzNjI5NzkxOWRjNjhjYWFiNDBjNjMxYzg=
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/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
ArtifactUUID:25f135e2-0da0-4b84-a1af-4e1c5fc35205
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/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
ArtifactUUID:985ec2fc-91bf-43a4-98d2-3bf6661f1d3d
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/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
ArtifactUUID:985ec2fc-91bf-43a4-98d2-3bf6661f1d3d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-20T04:30:32.044Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c0a8589-f57a-405a-8962-275c39fe2beb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:30:32.077Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a5c793f-8e2c-4ca1-8977-86f5388d1904 from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:32.079Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:32.175Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:32.178Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar 1a5c793f-8e2c-4ca1-8977-86f5388d1904 71577
2022-07-20T04:30:32.179Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar ASDC sendASDCNotification
2022-07-20T04:30:32.179Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:32.179Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:32.180Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:32.182Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:32.182Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291432179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:32.282Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:32.283Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:32.283Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:32.300Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:32.301Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:33.182Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:30:33.184Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:30:33.185Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1a5c793f-8e2c-4ca1-8977-86f5388d1904, URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar to file: /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.185Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.186Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.186Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.315Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18130611762372719587/Definitions/service-BasicOnboardOuvtii-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-20T04:30:34.465Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:30:34.465Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:30:34.465Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OUvtII 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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is not matching search criteria
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is not matching search criteria
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55eacc15-3ca4-4fb4-b6d2-c96220c36183
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OUvtII
Description:service
Model UUID:2c0a8589-f57a-405a-8962-275c39fe2beb
Model Version:NULL
Model InvariantUuid:f24e870e-d95c-472d-9e1d-86643621e4c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OUvtII
Model UUID:2e7648d4-d0a8-4d31-bc5d-0043ac3ccd79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f153b1f4-74d8-48ae-b1a8-7f85e613143f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4f67ab24-8326-41f0-a1aa-78334f6d9818
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0738234-f427-4bc0-9a5f-bb8ef044690c
ModelName:BasicOnboardOuvtii..base_ubuntu18..module-0
ModelUuid:de92d000-6c72-4add-b350-0006a6107a32
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:55eacc15-3ca4-4fb4-b6d2-c96220c36183
ModelInvariantUuid:fd1e6fa3-696b-4974-b060-46e8a4ca80ff
ModelName:basic_onboard_OUvtII-nodes.ubuntu18Cvfc
ModelUuid:d397733f-7555-4b62-b5fc-ab6482552154
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2a158f01-1da7-4428-afe4-d4d27f581183
ModelInvariantUuid:d823438b-ec5b-443a-97f4-9fed6882cd3b
ModelName:BasicOnboardOuvtii.compute.nodes.heat.ubuntu18
ModelUuid:38ab0054-7f4a-46e0-91bf-622aa6d34097
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:30:34.484Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d97d2d97-f7ea-4a4d-bca8-8e5b43910b53
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||basic_onboard_OUvtII 0
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d97d2d97-f7ea-4a4d-bca8-8e5b43910b53
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56be4edb-60f1-4f80-9f8e-2c3759e2c7b6 from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:34.595Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:34.595Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json 56be4edb-60f1-4f80-9f8e-2c3759e2c7b6 798
2022-07-20T04:30:34.595Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json ASDC sendASDCNotification
2022-07-20T04:30:34.596Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:34.596Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:34.596Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:34.598Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:34.598Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291434595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:34.699Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:34.700Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:34.700Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:34.713Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:34.714Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:35.599Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOuvtii..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0738234-f427-4bc0-9a5f-bb8ef044690c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de92d000-6c72-4add-b350-0006a6107a32",
    "vfModuleModelCustomizationUUID": "38fcf45d-465d-4a42-896f-22046aa052a3",
    "isBase": true,
    "artifacts": [
      "25f135e2-0da0-4b84-a1af-4e1c5fc35205",
      "985ec2fc-91bf-43a4-98d2-3bf6661f1d3d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:30:35.604Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOuvtii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de92d000-6c72-4add-b350-0006a6107a32
VfModuleModelInvariantUUID:f0738234-f427-4bc0-9a5f-bb8ef044690c
VfModuleModelDescription:NULL
Artifacts UUID List:{
25f135e2-0da0-4b84-a1af-4e1c5fc35205
,
985ec2fc-91bf-43a4-98d2-3bf6661f1d3d

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

isBase:true


}

2022-07-20T04:30:35.606Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOuvtii..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0738234-f427-4bc0-9a5f-bb8ef044690c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de92d000-6c72-4add-b350-0006a6107a32",
    "vfModuleModelCustomizationUUID": "38fcf45d-465d-4a42-896f-22046aa052a3",
    "isBase": true,
    "artifacts": [
      "25f135e2-0da0-4b84-a1af-4e1c5fc35205",
      "985ec2fc-91bf-43a4-98d2-3bf6661f1d3d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:30:35.606Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOuvtii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de92d000-6c72-4add-b350-0006a6107a32
VfModuleModelInvariantUUID:f0738234-f427-4bc0-9a5f-bb8ef044690c
VfModuleModelDescription:NULL
Artifacts UUID List:{
25f135e2-0da0-4b84-a1af-4e1c5fc35205
,
985ec2fc-91bf-43a4-98d2-3bf6661f1d3d

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

isBase:true


}

2022-07-20T04:30:35.606Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 25f135e2-0da0-4b84-a1af-4e1c5fc35205 from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:35.607Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:35.607Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:35.813Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml 25f135e2-0da0-4b84-a1af-4e1c5fc35205 5033
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:35.815Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:35.817Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:35.817Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291435814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:35.917Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:35.918Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:35.919Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:35.933Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:35.934Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:36.817Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 985ec2fc-91bf-43a4-98d2-3bf6661f1d3d from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:36.818Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:36.819Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:36.866Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:36.866Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env 985ec2fc-91bf-43a4-98d2-3bf6661f1d3d 909
2022-07-20T04:30:36.867Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-20T04:30:36.867Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:36.867Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:36.868Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:36.871Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:36.871Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291436867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:30:36.973Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T04:30:36.974Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:36.974Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:36.989Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:36.990Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:37.872Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2c0a8589-f57a-405a-8962-275c39fe2beb
2022-07-20T04:30:37.873Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OUvtII 0 d97d2d97-f7ea-4a4d-bca8-8e5b43910b53 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:30:37.887Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@733ddf35, org.onap.sdc.toscaparser.api.parameters.Input@4a80d1, org.onap.sdc.toscaparser.api.parameters.Input@20bad87b, org.onap.sdc.toscaparser.api.parameters.Input@433d94be, org.onap.sdc.toscaparser.api.parameters.Input@5e642f9b]
2022-07-20T04:30:37.888Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.888Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4f67ab24-8326-41f0-a1aa-78334f6d9818
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f67ab24-8326-41f0-a1aa-78334f6d9818 matches Tosca VF Customization UUID: 4f67ab24-8326-41f0-a1aa-78334f6d9818
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4f67ab24-8326-41f0-a1aa-78334f6d9818  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-20T04:30:37.892Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.892Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.892Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4f67ab24-8326-41f0-a1aa-78334f6d9818: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53c4ebfe
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38fcf45d-465d-4a42-896f-22046aa052a3
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38fcf45d-465d-4a42-896f-22046aa052a3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-20T04:30:37.896Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.896Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.896Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:37.897Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.897Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.897Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is not matching search criteria
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55eacc15-3ca4-4fb4-b6d2-c96220c36183
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.902Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.902Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=4f67ab24-8326-41f0-a1aa-78334f6d9818
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2c0a8589-f57a-405a-8962-275c39fe2beb: basic_onboard_OUvtII
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:30:37.907Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.907Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OUvtII 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:37.987Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OUvtII d97d2d97-f7ea-4a4d-bca8-8e5b43910b53 1 ASDC deployResourceStructure
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json ASDC sendASDCNotification
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:37.990Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:37.990Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291437988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:38.090Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:38.091Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:38.092Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:38.105Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:38.106Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:38.991Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-20T04:30:38.992Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:38.992Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:38.992Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:38.994Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:38.994Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291438991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:39.094Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:39.095Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:39.096Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:39.142Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:39.143Z||pool-31-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:39.995Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-20T04:30:39.995Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:39.995Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:39.996Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:39.998Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:39.998Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291439995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:40.098Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:40.099Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:40.099Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:40.115Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:40.116Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar ASDC sendASDCNotification
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:41.003Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:41.003Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291441001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:30:41.104Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:41.104Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:30:41.105Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:41.119Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:30:41.119Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:42.005Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:30:42.015Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:30:42.019Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:30:42.021Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:30:42.021Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:30:42.025Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:31:12.026Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:31:12.031Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b and serviceModelVersionId: 2c0a8589-f57a-405a-8962-275c39fe2beb
2022-07-20T04:31:12.031Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f24e870e-d95c-472d-9e1d-86643621e4c7
2022-07-20T04:31:12.032Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0
2022-07-20T04:31:12.037Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:31:12.095Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-20T04:31:12.097Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0|INFO|500||Invoke
2022-07-20T04:31:12.125Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:31:12.231Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0|INFO|500||InvokeReturn
2022-07-20T04:31:12.232Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220720-04:31:12:642-99290], vertex-id=[610360], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:31:12 GMT], Content-Type=[application/json]}
2022-07-20T04:31:12.232Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:31:12.233Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:31:12.233Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:31:12.238Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:31:12.238Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c44a282-1161-4bab-bbf9-d53ab208c56b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:31:12.239Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:31:12.239Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:31:12.241Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:31:12.241Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291472239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:31:12.341Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:31:12.342Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:31:12.342Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:31:12.360Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:31:12.361Z||pool-34-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-07-20T04:31:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:31:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:31:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:31:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:31:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:31:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:31:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:31:24.511Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:31:24.511Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:31:24.512Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:31:33.926Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:32:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:32:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:32:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:32:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:32:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:32:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:32:24.915Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:32:24.917Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.917Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:32:24.918Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:32:24.918Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.918Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291424373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291432179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291434595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291435814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291436867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291437988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291438991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291439995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291441001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291472239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:33.931Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:33:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:33:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:33:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:33:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:33:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:33:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:33:33.927Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:33:33.933Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:34:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:34:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:34:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:34:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:34:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:34:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:34:33.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:34:33.937Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:35:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:35:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:35:24.378Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:35:24.378Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:35:24.379Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:35:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:35:33.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:35:33.934Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:36:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:36:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:36:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:36:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:36:24.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:36:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:36:33.929Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:36:33.932Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:37:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:37:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:37:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:37:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:37:24.377Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:37:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:37:33.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:37:33.932Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:38:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:38:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:38:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:38:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:38:24.376Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:38:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:38:33.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:38:33.938Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:39:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:39:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:39:24.376Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:39:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:25.029Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:25.030Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.030Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"35c188ec-903a-44f3-a3fe-b91b2ec5ae35","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e42889c0-e06b-4d1c-bdd1-93f3aaec952d","serviceDescription":"service","serviceInvariantUUID":"12e5bd1c-c926-4c33-8809-249925d1016c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"60d14e00-57b7-4b33-9d34-3d152f560dd5","resourceInvariantUUID":"bf80991a-e019-4e37-a61b-c552a2c38094","resourceCustomizationUUID":"6ae3996c-3dbd-4f9f-8166-0b27624a1291","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":"NTc3NjEyYThkYzA4OWU4YzE5ZDgzMGJmY2Y0OTA3N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a88f25b8-15ee-4e0e-8ce1-1e02694f0252","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDVkMmQwODAyMWI5YTJmOTU4YWExMzM2NjNhZmFkN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69975d3e-81ea-42f4-93d2-cc637a38e20d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:39:25.036Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:39:25.036Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:25.038Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:25.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "clamp",
  "timestamp": 1658291933975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291938949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "aai-ml",
  "timestamp": 1658291940658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "cds",
  "timestamp": 1658291937394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "cds",
  "timestamp": 1658291937394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291938949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "aai-ml",
  "timestamp": 1658291940658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "clamp",
  "timestamp": 1658291933975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.043Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "policy-id",
  "timestamp": 1658291943692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.043Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291964373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "cds",
  "timestamp": 1658291944570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "aai-ml",
  "timestamp": 1658291944853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "policy-id",
  "timestamp": 1658291943692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "cds",
  "timestamp": 1658291945577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.067Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.067Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "policy-id",
  "timestamp": 1658291946431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291946077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "policy-id",
  "timestamp": 1658291947435,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291946077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "policy-id",
  "timestamp": 1658291948439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:39:25.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.082Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291947432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291948838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658291947432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "aai-ml",
  "timestamp": 1658291950216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291950447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:39:25.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "aai-ml",
  "timestamp": 1658291951221,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:39:25.098Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.099Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "clamp",
  "timestamp": 1658291951688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658291951451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:39:25.112Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.112Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "clamp",
  "timestamp": 1658291953695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "clamp",
  "timestamp": 1658291954698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:39:25.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.125Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.141Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-20T04:39:25.142Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:39:25.142Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:25.157Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:25.158Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:26.044Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:39:26.046Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:26.048Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:26.049Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291964373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:39:26.148Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:39:26.149Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:39:26.150Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:26.166Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:26.166Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:27.050Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e42889c0-e06b-4d1c-bdd1-93f3aaec952d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "12e5bd1c-c926-4c33-8809-249925d1016c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6ae3996c-3dbd-4f9f-8166-0b27624a1291",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "60d14e00-57b7-4b33-9d34-3d152f560dd5",
      "resourceInvariantUUID": "bf80991a-e019-4e37-a61b-c552a2c38094",
      "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": "ZDVkMmQwODAyMWI5YTJmOTU4YWExMzM2NjNhZmFkN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69975d3e-81ea-42f4-93d2-cc637a38e20d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:39:27.050Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:39:27.051Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e42889c0-e06b-4d1c-bdd1-93f3aaec952d ASDC
2022-07-20T04:39:27.051Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:35c188ec-903a-44f3-a3fe-b91b2ec5ae35
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e42889c0-e06b-4d1c-bdd1-93f3aaec952d
ServiceInvariantUUID:12e5bd1c-c926-4c33-8809-249925d1016c
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:69975d3e-81ea-42f4-93d2-cc637a38e20d
ArtifactChecksum:ZDVkMmQwODAyMWI5YTJmOTU4YWExMzM2NjNhZmFkN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6ae3996c-3dbd-4f9f-8166-0b27624a1291
ResourceInvariantUUID:bf80991a-e019-4e37-a61b-c552a2c38094
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:60d14e00-57b7-4b33-9d34-3d152f560dd5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-20T04:39:27.052Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e42889c0-e06b-4d1c-bdd1-93f3aaec952d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:39:27.105Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69975d3e-81ea-42f4-93d2-cc637a38e20d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:27.194Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:39:27.196Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 69975d3e-81ea-42f4-93d2-cc637a38e20d 52500
2022-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:27.200Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:27.200Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291967197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:39:27.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:39:27.301Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:39:27.301Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:27.315Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:27.316Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:28.200Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:39:28.201Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:39:28.202Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69975d3e-81ea-42f4-93d2-cc637a38e20d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.202Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-20T04:39:28.203Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.203Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.360Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9143831193890370446/Definitions/service-BasicNetwork-template.yml
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e42889c0-e06b-4d1c-bdd1-93f3aaec952d
Model Version:NULL
Model InvariantUuid:12e5bd1c-c926-4c33-8809-249925d1016c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bf80991a-e019-4e37-a61b-c552a2c38094
Model UUID:b48c5252-e8e0-401e-baa8-cd0d0af8e09b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6ae3996c-3dbd-4f9f-8166-0b27624a1291
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:39:28.952Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 60d14e00-57b7-4b33-9d34-3d152f560dd5
2022-07-20T04:39:28.952Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||No resources found for Service: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:39:28.960Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||
2022-07-20T04:39:28.961Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-20T04:39:28.962Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
2022-07-20T04:39:28.962Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
2022-07-20T04:39:28.962Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-20T04:39:28.963Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:28.967Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62687d3c, org.onap.sdc.toscaparser.api.parameters.Input@51950451, org.onap.sdc.toscaparser.api.parameters.Input@31d2d37d, org.onap.sdc.toscaparser.api.parameters.Input@2c56d288, org.onap.sdc.toscaparser.api.parameters.Input@d76cba3]
2022-07-20T04:39:28.969Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.969Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.970Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.970Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.970Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e42889c0-e06b-4d1c-bdd1-93f3aaec952d: Generic NeutronNet
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:29.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:29.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:29.009Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:29.069Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:29.070Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291969067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:39:29.170Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:39:29.170Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:39:29.171Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:29.224Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:39:29.225Z||pool-38-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:30.070Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:39:30.081Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:39:30.085Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:39:30.085Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:39:30.085Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:39:30.091Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:40:00.091Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:40:00.098Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and serviceModelVersionId: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
2022-07-20T04:40:00.098Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12e5bd1c-c926-4c33-8809-249925d1016c
2022-07-20T04:40:00.099Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0
2022-07-20T04:40:00.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:40:00.167Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-20T04:40:00.169Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0|INFO|500||Invoke
2022-07-20T04:40:00.191Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:40:00.385Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0|INFO|500||InvokeReturn
2022-07-20T04:40:00.386Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220720-04:40:00:707-84464], vertex-id=[639032], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:40:00 GMT], Content-Type=[application/json]}
2022-07-20T04:40:00.387Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:40:00.387Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:40:00.387Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:40:00.391Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:40:00.392Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:40:00.392Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:40:00.392Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:00.394Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:00.394Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292000392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:40:00.494Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:00.495Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:00.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:00.514Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:00.515Z||pool-39-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-07-20T04:40:24.373Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:40:24.375Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:40:24.375Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:40:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:40:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:40:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291964373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:24.511Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:40:25.005Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:25.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:40:25.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a05eaeed-59b2-4a5a-8ce2-b064d4cda36c","serviceName":"Demo_pNF_G9afw481iq3ZM5My6dJr","serviceVersion":"1.0","serviceUUID":"1b1e246c-0f68-438a-bd3d-9e398a27f32e","serviceDescription":"catalog service description","serviceInvariantUUID":"cba72aba-d087-449f-9b05-57279539f1e5","resources":[{"resourceInstanceName":"pNF a43528d4-ae66 0","resourceName":"pNF a43528d4-ae66","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"928e9e09-82d9-46c7-8562-8085a0ad9192","resourceInvariantUUID":"40de7f71-36ab-4793-b4b2-6cc4ac68123a","resourceCustomizationUUID":"a797a5f9-2659-4252-9f0b-90ecb2c016b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml","artifactChecksum":"N2E4MzQwMTFiNDY0ZTRmYzJlNTMxOWI1YmNkMGQ2N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbb7de83-17c5-4a98-b588-bef3843d053a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar","artifactChecksum":"MWRmNThlZmZlY2E3NGY2MGY1YjI4MDg2ZWFkMDcxMGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3810296-6ff4-4ced-961e-21f6dc5b6c82","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6dd82d92-caaf-47d8-86d4-3256299b9cb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml","artifactChecksum":"YTIxNjIyNzA5YzhjZTIyZGU4MTc2NDUyMGEwMmEwNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8251e4df-9b0c-439a-aa92-329fea3567ef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e1256b8-62fd-43b1-b02d-e9ef22c16e5a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20bce25b-b902-4279-aa1d-88ebc0e26da0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG9afw481iq3zm5my6djr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml","artifactChecksum":"MzFmZjQwZTFhY2FiZWJkYjg2OTcwZjJkMGMyNTM2ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd0d8222-4049-4e75-a444-dca6c80657b8","artifactVersion":"1"},{"artifactName":"service-DemoPnfG9afw481iq3zm5my6djr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar","artifactChecksum":"OWIwN2JjMTg2MGU1YzI0NWNlOWYxYWZlODUxZjAwOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"828ee924-3ee3-42c8-ac20-a3c6aac2ae3e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:40:25.010Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:25.010Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:25.012Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:25.012Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:25.112Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:25.113Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:25.114Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:25.127Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:25.128Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:26.013Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:26.014Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:26.016Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:26.016Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:26.116Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:26.117Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:26.117Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:26.133Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:26.133Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:27.017Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:27.018Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:27.020Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:27.020Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:27.120Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:27.122Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:27.122Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:27.136Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:27.137Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:28.021Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:28.022Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:28.024Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:28.024Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:28.124Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:28.125Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:28.125Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:28.139Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:28.139Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:29.024Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:29.025Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:29.027Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:29.027Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:29.127Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:29.128Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:29.128Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:29.164Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:29.164Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:40:30.029Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:30.030Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:30.032Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:30.032Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:30.132Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:30.133Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:30.134Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:30.147Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:30.147Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:40:31.033Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:31.034Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:31.035Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:31.036Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:40:31.136Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:31.137Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:31.137Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:31.151Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:31.152Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:32.037Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:32.042Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:32.045Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:32.046Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:40:32.146Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:32.147Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:32.147Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:32.190Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:32.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:33.047Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "serviceName": "Demo_pNF_G9afw481iq3ZM5My6dJr",
  "serviceVersion": "1.0",
  "serviceUUID": "1b1e246c-0f68-438a-bd3d-9e398a27f32e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cba72aba-d087-449f-9b05-57279539f1e5",
  "resources": [
    {
      "resourceInstanceName": "pNF a43528d4-ae66 0",
      "resourceCustomizationUUID": "a797a5f9-2659-4252-9f0b-90ecb2c016b4",
      "resourceName": "pNF a43528d4-ae66",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "928e9e09-82d9-46c7-8562-8085a0ad9192",
      "resourceInvariantUUID": "40de7f71-36ab-4793-b4b2-6cc4ac68123a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
      "artifactChecksum": "OWIwN2JjMTg2MGU1YzI0NWNlOWYxYWZlODUxZjAwOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "828ee924-3ee3-42c8-ac20-a3c6aac2ae3e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:40:33.047Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:40:33.047Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1b1e246c-0f68-438a-bd3d-9e398a27f32e ASDC
2022-07-20T04:40:33.048Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
ServiceName:Demo_pNF_G9afw481iq3ZM5My6dJr
ServiceVersion:1.0
ServiceUUID:1b1e246c-0f68-438a-bd3d-9e398a27f32e
ServiceInvariantUUID:cba72aba-d087-449f-9b05-57279539f1e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
ArtifactUUID:828ee924-3ee3-42c8-ac20-a3c6aac2ae3e
ArtifactChecksum:OWIwN2JjMTg2MGU1YzI0NWNlOWYxYWZlODUxZjAwOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a43528d4-ae66 0
ResourceCustomizationUUID:a797a5f9-2659-4252-9f0b-90ecb2c016b4
ResourceInvariantUUID:40de7f71-36ab-4793-b4b2-6cc4ac68123a
ResourceName:pNF a43528d4-ae66
ResourceType:PNF
ResourceUUID:928e9e09-82d9-46c7-8562-8085a0ad9192
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-20T04:40:33.049Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b1e246c-0f68-438a-bd3d-9e398a27f32e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:40:33.095Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:40:33.096Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:40:33.096Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:40:33.097Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 828ee924-3ee3-42c8-ac20-a3c6aac2ae3e from URL: /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:33.097Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:40:33.097Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:33.163Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar 828ee924-3ee3-42c8-ac20-a3c6aac2ae3e 82651
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar ASDC sendASDCNotification
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:33.169Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:33.169Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292033167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:40:33.269Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:33.270Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:33.271Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:33.285Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:33.285Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:34.170Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:40:34.171Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:40:34.171Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 828ee924-3ee3-42c8-ac20-a3c6aac2ae3e, URL: /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar to file: /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.171Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.172Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.172Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.273Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9731313298598054169/Definitions/service-DemoPnfG9afw481iq3zm5my6djr-template.yml
2022-07-20T04:40:34.955Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|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-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|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-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a43528d4-ae66 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-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|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-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Node template pNF a43528d4-ae66 0 is matching search criteria
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a43528d4-ae66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Node template pNF a43528d4-ae66 0 is matching search criteria
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a43528d4-ae66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.960Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_G9afw481iq3ZM5My6dJr
Description:catalog service description
Model UUID:1b1e246c-0f68-438a-bd3d-9e398a27f32e
Model Version:NULL
Model InvariantUuid:cba72aba-d087-449f-9b05-57279539f1e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:40:34.966Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 928e9e09-82d9-46c7-8562-8085a0ad9192
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:40:34.969Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||pNF a43528d4-ae66 0
2022-07-20T04:40:34.970Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 928e9e09-82d9-46c7-8562-8085a0ad9192
2022-07-20T04:40:34.970Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 1b1e246c-0f68-438a-bd3d-9e398a27f32e
2022-07-20T04:40:34.970Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1b1e246c-0f68-438a-bd3d-9e398a27f32e
2022-07-20T04:40:34.970Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a43528d4-ae66 0 928e9e09-82d9-46c7-8562-8085a0ad9192 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:40:34.974Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1696ef36, org.onap.sdc.toscaparser.api.parameters.Input@549a63a2, org.onap.sdc.toscaparser.api.parameters.Input@2a03c376, org.onap.sdc.toscaparser.api.parameters.Input@20171d56, org.onap.sdc.toscaparser.api.parameters.Input@159a93d]
2022-07-20T04:40:34.974Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.974Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.974Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1b1e246c-0f68-438a-bd3d-9e398a27f32e: pNF a43528d4-ae66
2022-07-20T04:40:34.975Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Processing PNF resource: 928e9e09-82d9-46c7-8562-8085a0ad9192
2022-07-20T04:40:34.975Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:40:34.975Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.975Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Resource customization UUID: a797a5f9-2659-4252-9f0b-90ecb2c016b4 is the same as notified resource customizationUUID: a797a5f9-2659-4252-9f0b-90ecb2c016b4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-20T04:40:35.019Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a43528d4-ae66 928e9e09-82d9-46c7-8562-8085a0ad9192 0 ASDC deployResourceStructure
2022-07-20T04:40:35.020Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar ASDC sendASDCNotification
2022-07-20T04:40:35.020Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:35.020Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:40:35.020Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:35.023Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:35.023Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292035020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:40:35.123Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:35.124Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:35.124Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:35.140Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:40:35.140Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:36.023Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:40:36.036Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:40:36.038Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:40:36.039Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:40:36.039Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:41:06.039Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:41:06.049Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:41:06.050Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:41:06.051Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:41:06.051Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:41:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:41:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:41:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:41:24.416Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:41:24.419Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.419Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291964373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291967197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658291969067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292000392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:41:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658291997394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658291993975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658291998949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292000658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658292008929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292009426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.435Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.436Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.436Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.436Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "cds",
  "timestamp": 1658292009937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:41:24.810Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
2022-07-20T04:41:24.810Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.818Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.818Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.819Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.819Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.819Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.820Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.820Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.820Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.820Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.821Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.821Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292003692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.821Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.821Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.821Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.822Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.822Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.822Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.822Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.822Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.822Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292012551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.823Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292013556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658292013695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.824Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292006077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.825Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "policy-id",
  "timestamp": 1658292014559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:41:24.829Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
2022-07-20T04:41:24.830Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292014509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.837Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.838Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.838Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.838Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658292015702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:41:24.838Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.838Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.838Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.839Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.839Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.839Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292016043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:41:24.839Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.839Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.839Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.840Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.840Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.840Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "clamp",
  "timestamp": 1658292016705,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:41:24.844Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
2022-07-20T04:41:24.844Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292016387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292016360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.851Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "aai-ml",
  "timestamp": 1658292017047,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:41:24.856Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
2022-07-20T04:41:24.856Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.862Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.863Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.863Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.863Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.863Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292017393,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:41:24.866Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
2022-07-20T04:41:24.867Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.873Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.873Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292017575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:41:24.874Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.874Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.874Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.874Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.874Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.874Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292018580,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:41:24.878Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
2022-07-20T04:41:24.878Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.886Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292020253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.887Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.888Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.888Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "cds",
  "timestamp": 1658292021259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.899Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:41:24.899Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bd8c8c-2772-4892-afff-95f0d1932912 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:41:24.905Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.905Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.906Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.906Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.906Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.907Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-20T04:41:24.908Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:41:24.909Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:41:36.051Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:41:36.068Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:41:36.072Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:41:36.072Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:41:36.072Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:41:36.072Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:41:36.072Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.073Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.073Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.073Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.073Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.073Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.074Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:41:36.074Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|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-07-20T04:41:36.079Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:42:06.080Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:42:06.090Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and serviceModelVersionId: 1b1e246c-0f68-438a-bd3d-9e398a27f32e
2022-07-20T04:42:06.090Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cba72aba-d087-449f-9b05-57279539f1e5
2022-07-20T04:42:06.092Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0
2022-07-20T04:42:06.101Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:42:06.163Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0|INFO|500||Invoke
2022-07-20T04:42:06.163Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a05eaeed-59b2-4a5a-8ce2-b064d4cda36c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ebefdb6-2658-4531-a510-61d69379e897], X-ECOMP-RequestID=[a05eaeed-59b2-4a5a-8ce2-b064d4cda36c], X-TransactionId=[], X-ONAP-RequestID=[a05eaeed-59b2-4a5a-8ce2-b064d4cda36c], Content-Type=[application/merge-patch+json]}
2022-07-20T04:42:06.189Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:42:06.279Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?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/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220720-04:42:06:705-17386], vertex-id=[192744], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:42:06 GMT], Content-Type=[application/json]}
2022-07-20T04:42:06.280Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:42:06.280Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba72aba-d087-449f-9b05-57279539f1e5/model-vers/model-ver/1b1e246c-0f68-438a-bd3d-9e398a27f32e?depth=0|INFO|500||InvokeReturn
2022-07-20T04:42:06.282Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:42:06.282Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|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-07-20T04:42:06.287Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|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-07-20T04:42:06.319Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a05eaeed-59b2-4a5a-8ce2-b064d4cda36c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:42:06.319Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:42:06.319Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:06.330Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:06.331Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292126319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:42:06.430Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:42:06.431Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:06.431Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:06.471Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:06.471Z||pool-50-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:42:07.346Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:42:07.346Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"19bd8c8c-2772-4892-afff-95f0d1932912","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3c054cae-1c22-4e1f-9dd5-86a3278c014a","serviceDescription":"service","serviceInvariantUUID":"d34d0fbf-9243-4f60-ba35-663c0dede25e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98ac3812-68a5-4989-919b-75c07eef737f","resourceInvariantUUID":"ce7ce02e-6928-4c62-96c8-48a5c5d52655","resourceCustomizationUUID":"e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7","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":"ZTI0OTkxNzVkMmFlZDY2MzEwZTk5OWNhZDg0MmZlYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea1c907b-bca3-42f9-8286-ab817b5bc01d","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":"NzYxYmVmNmM2OGNlYjMyYWM4ODMxYTdlMmUzZWYyMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0014731c-56ec-4d23-b256-2d3dd2a83b3f","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":"d817cb2d-0c64-4ddd-a555-de2855639b10","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":"fa3ff264-52dd-4525-ba2b-2a59ff41616d","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":"85700163-f0af-4fc6-a9db-a0279bcfa03f","artifactVersion":"2","generatedFromUUID":"d817cb2d-0c64-4ddd-a555-de2855639b10"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDQ3NTM5MmMwMGJlNGFjNDhmNWI4N2YzN2RjODA2ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65de589c-a164-455a-9b4d-615b73e283ce","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzRiOWVjNDg3MjE1ODVkNjQyY2E0YTM2NjNkOTVhY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad343db3-509a-458d-9327-a606c234072f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:42:07.347Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:07.347Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:07.350Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:07.350Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:42:07.450Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:07.451Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:07.451Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:07.464Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:07.464Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:08.351Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:08.352Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:08.354Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:08.354Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:42:08.454Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:08.455Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:08.455Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:08.470Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:08.470Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:42:09.354Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:09.355Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:09.358Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:09.358Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:42:09.459Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:09.460Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:09.460Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:09.474Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:09.474Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:10.359Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:10.359Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:10.362Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:10.362Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:42:10.461Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:42:10.462Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:10.462Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:10.478Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:10.479Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:11.363Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:11.363Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:11.366Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:11.366Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-20T04:42:11.466Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:11.467Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:11.467Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:11.486Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:11.486Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:12.366Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:12.368Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:12.370Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:12.370Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:42:12.471Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:12.472Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:12.472Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:12.488Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:12.489Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:13.371Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:42:13.372Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:13.375Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:13.375Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:42:13.475Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:13.476Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:13.476Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:13.497Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:13.497Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:42:14.378Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3c054cae-1c22-4e1f-9dd5-86a3278c014a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d34d0fbf-9243-4f60-ba35-663c0dede25e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98ac3812-68a5-4989-919b-75c07eef737f",
      "resourceInvariantUUID": "ce7ce02e-6928-4c62-96c8-48a5c5d52655",
      "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": "NzYxYmVmNmM2OGNlYjMyYWM4ODMxYTdlMmUzZWYyMWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0014731c-56ec-4d23-b256-2d3dd2a83b3f",
          "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": "d817cb2d-0c64-4ddd-a555-de2855639b10",
          "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": "85700163-f0af-4fc6-a9db-a0279bcfa03f",
            "generatedFromUUID": "d817cb2d-0c64-4ddd-a555-de2855639b10"
          },
          "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": "85700163-f0af-4fc6-a9db-a0279bcfa03f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzRiOWVjNDg3MjE1ODVkNjQyY2E0YTM2NjNkOTVhY2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ad343db3-509a-458d-9327-a606c234072f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:42:14.378Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:42:14.378Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c054cae-1c22-4e1f-9dd5-86a3278c014a ASDC
2022-07-20T04:42:14.378Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:19bd8c8c-2772-4892-afff-95f0d1932912
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3c054cae-1c22-4e1f-9dd5-86a3278c014a
ServiceInvariantUUID:d34d0fbf-9243-4f60-ba35-663c0dede25e
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:ad343db3-509a-458d-9327-a606c234072f
ArtifactChecksum:YzRiOWVjNDg3MjE1ODVkNjQyY2E0YTM2NjNkOTVhY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7
ResourceInvariantUUID:ce7ce02e-6928-4c62-96c8-48a5c5d52655
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:98ac3812-68a5-4989-919b-75c07eef737f
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:0014731c-56ec-4d23-b256-2d3dd2a83b3f
ArtifactChecksum:NzYxYmVmNmM2OGNlYjMyYWM4ODMxYTdlMmUzZWYyMWI=
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:d817cb2d-0c64-4ddd-a555-de2855639b10
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:85700163-f0af-4fc6-a9db-a0279bcfa03f
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:85700163-f0af-4fc6-a9db-a0279bcfa03f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-20T04:42:14.379Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c054cae-1c22-4e1f-9dd5-86a3278c014a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:42:14.414Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:42:14.415Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:42:14.415Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:42:14.415Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad343db3-509a-458d-9327-a606c234072f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-20T04:42:14.415Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:42:14.416Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:14.600Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:42:14.605Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ad343db3-509a-458d-9327-a606c234072f 71050
2022-07-20T04:42:14.605Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:14.606Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:14.606Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:42:14.606Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:14.608Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:14.608Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292134605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:42:14.708Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:14.709Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:14.709Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:14.723Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:14.723Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:15.608Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:42:15.609Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:42:15.609Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ad343db3-509a-458d-9327-a606c234072f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-20T04:42:15.610Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-20T04:42:15.610Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-20T04:42:15.610Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-20T04:42:15.785Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10735774794803400328/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-20T04:42:16.996Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.019Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.020Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.021Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:17.021Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:42:17.021Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:42:17.021Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.021Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:17.022Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:17.022Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:42:17.022Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:42:17.022Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.022Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:17.022Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T04:42:17.023Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.024Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.024Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.024Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:17.024Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:42:17.024Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.025Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9b2e0b3d-690a-4ae1-a28a-1b9c895f697a
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.026Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:17.027Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.027Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:17.027Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:17.027Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:17.027Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3c054cae-1c22-4e1f-9dd5-86a3278c014a
Model Version:NULL
Model InvariantUuid:d34d0fbf-9243-4f60-ba35-663c0dede25e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:80ed95f7-b724-4ac7-b667-f42c9c50d3e9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce7ce02e-6928-4c62-96c8-48a5c5d52655
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c51a25d9-44d2-4655-a6e5-d1024751dad7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:42f9fc89-bcb7-4180-8f8f-302e3d824c85
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b2e0b3d-690a-4ae1-a28a-1b9c895f697a
ModelInvariantUuid:ef2bacfb-4cc2-4533-a060-6396196c5eb3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d6418d89-033a-4421-bf12-c95834bd00c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cc16333a-4f4a-4dfe-a969-37d0f2cf1528
ModelInvariantUuid:2724c6bf-d104-4511-bd12-9f58cae80c61
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:55626b53-b1b1-4f86-af0f-367b45629f9c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:42:17.033Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 98ac3812-68a5-4989-919b-75c07eef737f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:42:17.036Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-07-20T04:42:17.036Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98ac3812-68a5-4989-919b-75c07eef737f
2022-07-20T04:42:17.036Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0014731c-56ec-4d23-b256-2d3dd2a83b3f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-20T04:42:17.036Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:42:17.037Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.084Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:42:17.084Z|19bd8c8c-2772-4892-afff-95f0d1932912|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 0014731c-56ec-4d23-b256-2d3dd2a83b3f 787
2022-07-20T04:42:17.084Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.084Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:17.085Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:42:17.085Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:17.105Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:17.106Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292137084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:42:17.187Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-07-20T04:42:17.188Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:17.188Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:17.201Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:17.202Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:18.106Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c51a25d9-44d2-4655-a6e5-d1024751dad7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42f9fc89-bcb7-4180-8f8f-302e3d824c85",
    "vfModuleModelCustomizationUUID": "6bf3c42a-33a0-48b3-8536-02313301c886",
    "isBase": true,
    "artifacts": [
      "d817cb2d-0c64-4ddd-a555-de2855639b10",
      "85700163-f0af-4fc6-a9db-a0279bcfa03f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:42:18.111Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42f9fc89-bcb7-4180-8f8f-302e3d824c85
VfModuleModelInvariantUUID:c51a25d9-44d2-4655-a6e5-d1024751dad7
VfModuleModelDescription:NULL
Artifacts UUID List:{
d817cb2d-0c64-4ddd-a555-de2855639b10
,
85700163-f0af-4fc6-a9db-a0279bcfa03f

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

isBase:true


}

2022-07-20T04:42:18.112Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c51a25d9-44d2-4655-a6e5-d1024751dad7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42f9fc89-bcb7-4180-8f8f-302e3d824c85",
    "vfModuleModelCustomizationUUID": "6bf3c42a-33a0-48b3-8536-02313301c886",
    "isBase": true,
    "artifacts": [
      "d817cb2d-0c64-4ddd-a555-de2855639b10",
      "85700163-f0af-4fc6-a9db-a0279bcfa03f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:42:18.113Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42f9fc89-bcb7-4180-8f8f-302e3d824c85
VfModuleModelInvariantUUID:c51a25d9-44d2-4655-a6e5-d1024751dad7
VfModuleModelDescription:NULL
Artifacts UUID List:{
d817cb2d-0c64-4ddd-a555-de2855639b10
,
85700163-f0af-4fc6-a9db-a0279bcfa03f

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

isBase:true


}

2022-07-20T04:42:18.113Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d817cb2d-0c64-4ddd-a555-de2855639b10 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-20T04:42:18.113Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:42:18.113Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:18.156Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:42:18.157Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d817cb2d-0c64-4ddd-a555-de2855639b10 5033
2022-07-20T04:42:18.157Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:18.157Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:18.157Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:42:18.158Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:18.160Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:18.160Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292138157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:42:18.260Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:18.261Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:18.261Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:18.274Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:18.274Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:19.160Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85700163-f0af-4fc6-a9db-a0279bcfa03f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-20T04:42:19.161Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:42:19.161Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:19.250Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:42:19.250Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 85700163-f0af-4fc6-a9db-a0279bcfa03f 903
2022-07-20T04:42:19.251Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:19.251Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:19.251Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:42:19.251Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:19.253Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:19.253Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292139251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:42:19.353Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:42:19.354Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:19.354Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:19.387Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:19.388Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:20.254Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3c054cae-1c22-4e1f-9dd5-86a3278c014a
2022-07-20T04:42:20.254Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 98ac3812-68a5-4989-919b-75c07eef737f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:42:20.266Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f6dfbb2, org.onap.sdc.toscaparser.api.parameters.Input@7e6c5a68, org.onap.sdc.toscaparser.api.parameters.Input@5151e140, org.onap.sdc.toscaparser.api.parameters.Input@3cf0f997, org.onap.sdc.toscaparser.api.parameters.Input@5ca035d0]
2022-07-20T04:42:20.267Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.267Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.267Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-20T04:42:20.267Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7
2022-07-20T04:42:20.268Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7 matches Tosca VF Customization UUID: e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7
2022-07-20T04:42:20.268Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-20T04:42:20.270Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.270Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.270Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-20T04:42:20.270Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25815781
2022-07-20T04:42:20.271Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.271Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:20.271Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6bf3c42a-33a0-48b3-8536-02313301c886
2022-07-20T04:42:20.271Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6bf3c42a-33a0-48b3-8536-02313301c886
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-20T04:42:20.273Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.273Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:20.273Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-20T04:42:20.274Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-20T04:42:20.275Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9b2e0b3d-690a-4ae1-a28a-1b9c895f697a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-20T04:42:20.277Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.277Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:20.277Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:42:20.277Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.278Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-20T04:42:20.278Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e33b3dc0-7960-46d7-a4e9-d4dc7a03bba7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:42:20.280Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.280Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.280Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3c054cae-1c22-4e1f-9dd5-86a3278c014a: basic_vm
2022-07-20T04:42:20.280Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.280Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.281Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.281Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.281Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.281Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.282Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.282Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:20.282Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:42:20.282Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:42:20.282Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:20.372Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 98ac3812-68a5-4989-919b-75c07eef737f 1 ASDC deployResourceStructure
2022-07-20T04:42:20.373Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:20.373Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:20.373Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:42:20.373Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:20.375Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:20.375Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292140373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:42:20.475Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:20.476Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:20.476Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:20.492Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:20.493Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:21.375Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:21.376Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:21.376Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:42:21.376Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:21.378Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:21.378Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292141375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:42:21.479Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:42:21.479Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:21.480Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:21.512Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:21.513Z||pool-63-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:22.379Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:22.380Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:22.380Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:42:22.380Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:22.382Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:22.382Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292142379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:42:22.482Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:22.483Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:22.483Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:22.498Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:22.499Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:42:23.383Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:23.384Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:42:23.384Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:42:23.384Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:42:23.386Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:42:23.386Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292143383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:42:23.487Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:42:23.488Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:42:23.488Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:23.505Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:23.506Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:42:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:42:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:42:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:42:24.389Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:42:24.399Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:42:24.405Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:42:24.405Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:42:24.406Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:42:24.408Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:42:24.408Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:42:24.408Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:42:24.409Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:42:54.406Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:42:54.416Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:42:54.418Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:42:54.418Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:42:54.418Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:43:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:43:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:43:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:43:24.404Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:43:24.418Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:43:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292026752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.425Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292027822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292028897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.429Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292029924,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-07-20T04:43:24.429Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.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-07-20T04:43:24.432Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:43:24.432Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:43:24.432Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:43:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:43:24.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bd8c8c-2772-4892-afff-95f0d1932912 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.441Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292012394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.442Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292031451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292030928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.443Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292031469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.444Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292032456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.445Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "cds",
  "timestamp": 1658292032475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.458Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c346135-dab5-454c-b984-cc61d88a2334
2022-07-20T04:43:24.458Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c346135-dab5-454c-b984-cc61d88a2334 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.466Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.466Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.467Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.467Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.467Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "policy-id",
  "timestamp": 1658292033460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.472Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:43:24.472Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bd8c8c-2772-4892-afff-95f0d1932912 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292033167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.479Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292033863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.480Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.481Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292035020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.482Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292035707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.483Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.484Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.485Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.485Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.485Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.485Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "clamp",
  "timestamp": 1658292036711,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.490Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:43:24.490Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bd8c8c-2772-4892-afff-95f0d1932912 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.498Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.498Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292027432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.499Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.500Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292038397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.501Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.502Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.503Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292018949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.504Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.505Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292041058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292023692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292036077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.506Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292042131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292043577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.507Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292043299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292043197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292044581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.508Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292044245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.509Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "policy-id",
  "timestamp": 1658292045584,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.515Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c346135-dab5-454c-b984-cc61d88a2334
2022-07-20T04:43:24.515Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c346135-dab5-454c-b984-cc61d88a2334 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.524Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.524Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292023977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.524Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.524Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.524Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292045294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.529Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c346135-dab5-454c-b984-cc61d88a2334
2022-07-20T04:43:24.529Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c346135-dab5-454c-b984-cc61d88a2334 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-20T04:43:24.535Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292045628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292046297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.536Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292046631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.540Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:43:24.541Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bd8c8c-2772-4892-afff-95f0d1932912 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.547Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.548Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292047935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.548Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.548Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.548Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "aai-ml",
  "timestamp": 1658292048938,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.552Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19bd8c8c-2772-4892-afff-95f0d1932912
2022-07-20T04:43:24.552Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bd8c8c-2772-4892-afff-95f0d1932912 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.559Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292049700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.560Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292051708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.561Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.561Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.561Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.561Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.561Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.561Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "clamp",
  "timestamp": 1658292052711,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.565Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c346135-dab5-454c-b984-cc61d88a2334
2022-07-20T04:43:24.565Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c346135-dab5-454c-b984-cc61d88a2334 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.572Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.572Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.572Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.573Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292030658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292059073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.574Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292067383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.575Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.575Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.575Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.575Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.575Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.575Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "aai-ml",
  "timestamp": 1658292068386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.580Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c346135-dab5-454c-b984-cc61d88a2334
2022-07-20T04:43:24.580Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c346135-dab5-454c-b984-cc61d88a2334 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:24.587Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.587Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.587Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.587Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.588Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292066077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292075808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.589Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292077982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:43:24.590Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:43:24.590Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:43:24.590Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292078985,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:43:24.594Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c346135-dab5-454c-b984-cc61d88a2334
2022-07-20T04:43:24.595Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c346135-dab5-454c-b984-cc61d88a2334 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:43:54.432Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:43:54.443Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:43:54.446Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:43:54.446Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:43:54.446Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:43:54.446Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:43:54.446Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:43:54.447Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:43:54.447Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:43:54.447Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:43:54.447Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:43:54.447Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:43:54.447Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:43:54.452Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:44:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:44:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:44:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:24.453Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19bd8c8c-2772-4892-afff-95f0d1932912 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:44:24.460Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19bd8c8c-2772-4892-afff-95f0d1932912 and serviceModelVersionId: 3c054cae-1c22-4e1f-9dd5-86a3278c014a
2022-07-20T04:44:24.460Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d34d0fbf-9243-4f60-ba35-663c0dede25e
2022-07-20T04:44:24.461Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d34d0fbf-9243-4f60-ba35-663c0dede25e/model-vers/model-ver/3c054cae-1c22-4e1f-9dd5-86a3278c014a?depth=0
2022-07-20T04:44:24.465Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:44:24.505Z|19bd8c8c-2772-4892-afff-95f0d1932912|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/d34d0fbf-9243-4f60-ba35-663c0dede25e/model-vers/model-ver/3c054cae-1c22-4e1f-9dd5-86a3278c014a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-20T04:44:24.508Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34d0fbf-9243-4f60-ba35-663c0dede25e/model-vers/model-ver/3c054cae-1c22-4e1f-9dd5-86a3278c014a?depth=0|INFO|500||Invoke
2022-07-20T04:44:24.528Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34d0fbf-9243-4f60-ba35-663c0dede25e/model-vers/model-ver/3c054cae-1c22-4e1f-9dd5-86a3278c014a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:44:24.618Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34d0fbf-9243-4f60-ba35-663c0dede25e/model-vers/model-ver/3c054cae-1c22-4e1f-9dd5-86a3278c014a?depth=0|INFO|500||InvokeReturn
2022-07-20T04:44:24.618Z|19bd8c8c-2772-4892-afff-95f0d1932912|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/d34d0fbf-9243-4f60-ba35-663c0dede25e/model-vers/model-ver/3c054cae-1c22-4e1f-9dd5-86a3278c014a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220720-04:44:25:042-25467], vertex-id=[176168], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:44:25 GMT], Content-Type=[application/json]}
2022-07-20T04:44:24.619Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:44:24.619Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:44:24.619Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:44:24.623Z|19bd8c8c-2772-4892-afff-95f0d1932912|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-07-20T04:44:24.623Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19bd8c8c-2772-4892-afff-95f0d1932912 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:44:24.623Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:44:24.623Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:24.625Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:24.625Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292264623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:44:24.725Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:24.726Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:24.726Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:24.746Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:24.747Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:44:24.760Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:24.761Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.761Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292126319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:44:24.761Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292134605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292137084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292138157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:24.764Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.765Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.765Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292139251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:24.765Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292140373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292141375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.766Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.767Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292142379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:24.767Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:44:24.767Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:44:24.767Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292143383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:24.767Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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-07-20T04:44:25.637Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:44:25.637Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c346135-dab5-454c-b984-cc61d88a2334","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f","serviceDescription":"service","serviceInvariantUUID":"48c90e41-cc58-42a7-8f9e-673bc1b2626d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90383ca0-05da-4c60-9416-10de2a80dee2","resourceInvariantUUID":"ba3f633d-b000-404a-ba2d-9f3da0c1f159","resourceCustomizationUUID":"f466fa40-612d-4804-8c5f-aa6fdbef7461","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":"MzhhZTUxMTU1MTkzOGRhYWM3ZjkzNzA0OWM0YzgzNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5245db76-c161-4f2d-8ba7-a3be718dc125","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":"a9d43394-38f9-43c7-9d34-d5208510f20e","artifactVersion":"2","generatedFromUUID":"6dbb201d-05b7-49bf-8955-a49bbab436dd"},{"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":"6dbb201d-05b7-49bf-8955-a49bbab436dd","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":"NDQ1ODM5OGNmM2I4ZTUyYTYzZmI2NmJkNzk2MmQ1NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd91140c-8609-4318-87a5-22e49a9fa723","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":"e057d644-339c-49ae-9473-e27206e542ed","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":"9208a591-71cd-40fe-9ed3-b0eb0985b969","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":"cc4fd943-a51d-4344-b19b-30753d70feb1","artifactVersion":"2","generatedFromUUID":"e057d644-339c-49ae-9473-e27206e542ed"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTMxZDZiNmE0OTQ0OTUxYjM4ZDA2MjgwNDM3MjE4ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69b20f53-1edf-49fd-9561-ac95bc4930b7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTQ1NDNiYTYxZmQxZWZhMTQwZjVhN2JmNDE4ODU0NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df86f036-fc12-4117-88ab-e9a68a56c122","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:44:25.639Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:25.639Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:25.641Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:25.641Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:44:25.741Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:25.742Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:25.742Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:25.775Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:25.778Z||pool-67-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:44:26.642Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:26.643Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:26.645Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:26.645Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-20T04:44:26.745Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:26.746Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:26.746Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:26.771Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:26.772Z||pool-68-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:27.649Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:27.650Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:27.652Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:27.652Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-20T04:44:27.753Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:44:27.753Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:27.753Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:27.770Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:27.770Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:28.653Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:28.654Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:28.657Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:28.657Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:44:28.756Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-20T04:44:28.757Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:28.757Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:28.771Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:28.771Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:29.658Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:29.659Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:29.662Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:29.662Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:44:29.763Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:44:29.764Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:29.764Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:29.776Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:29.777Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:30.663Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:30.664Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:30.666Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:30.666Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:44:30.766Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:30.767Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:30.767Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:30.783Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:30.784Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:31.667Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:31.668Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:31.670Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:31.670Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-20T04:44:31.770Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:31.771Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:31.771Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:31.786Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:31.786Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:32.670Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:32.671Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:32.673Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:32.674Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:44:32.773Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:44:32.774Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:32.775Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:32.794Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:32.794Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:44:33.674Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:44:33.675Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:33.678Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:33.678Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:44:33.778Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:33.779Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:33.779Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:33.793Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:33.793Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:44:34.682Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "48c90e41-cc58-42a7-8f9e-673bc1b2626d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f466fa40-612d-4804-8c5f-aa6fdbef7461",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90383ca0-05da-4c60-9416-10de2a80dee2",
      "resourceInvariantUUID": "ba3f633d-b000-404a-ba2d-9f3da0c1f159",
      "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": "a9d43394-38f9-43c7-9d34-d5208510f20e",
          "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": "6dbb201d-05b7-49bf-8955-a49bbab436dd",
          "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": "NDQ1ODM5OGNmM2I4ZTUyYTYzZmI2NmJkNzk2MmQ1NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cd91140c-8609-4318-87a5-22e49a9fa723",
          "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": "e057d644-339c-49ae-9473-e27206e542ed",
          "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": "cc4fd943-a51d-4344-b19b-30753d70feb1",
            "generatedFromUUID": "e057d644-339c-49ae-9473-e27206e542ed"
          },
          "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": "cc4fd943-a51d-4344-b19b-30753d70feb1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTQ1NDNiYTYxZmQxZWZhMTQwZjVhN2JmNDE4ODU0NDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df86f036-fc12-4117-88ab-e9a68a56c122"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:44:34.683Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:44:34.683Z|19bd8c8c-2772-4892-afff-95f0d1932912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f ASDC
2022-07-20T04:44:34.683Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5c346135-dab5-454c-b984-cc61d88a2334
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f
ServiceInvariantUUID:48c90e41-cc58-42a7-8f9e-673bc1b2626d
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:df86f036-fc12-4117-88ab-e9a68a56c122
ArtifactChecksum:MTQ1NDNiYTYxZmQxZWZhMTQwZjVhN2JmNDE4ODU0NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f466fa40-612d-4804-8c5f-aa6fdbef7461
ResourceInvariantUUID:ba3f633d-b000-404a-ba2d-9f3da0c1f159
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:90383ca0-05da-4c60-9416-10de2a80dee2
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:a9d43394-38f9-43c7-9d34-d5208510f20e
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:6dbb201d-05b7-49bf-8955-a49bbab436dd
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:cd91140c-8609-4318-87a5-22e49a9fa723
ArtifactChecksum:NDQ1ODM5OGNmM2I4ZTUyYTYzZmI2NmJkNzk2MmQ1NGQ=
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:e057d644-339c-49ae-9473-e27206e542ed
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:cc4fd943-a51d-4344-b19b-30753d70feb1
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:cc4fd943-a51d-4344-b19b-30753d70feb1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-20T04:44:34.683Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:44:34.713Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:44:34.713Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:44:34.713Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:44:34.714Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df86f036-fc12-4117-88ab-e9a68a56c122 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-20T04:44:34.714Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:44:34.714Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:35.023Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:44:35.025Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar df86f036-fc12-4117-88ab-e9a68a56c122 68950
2022-07-20T04:44:35.026Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:35.026Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:35.026Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:44:35.026Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:35.028Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:35.028Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292275026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:35.128Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:35.129Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:35.130Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:35.142Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:35.142Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:36.029Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:44:36.031Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:44:36.031Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: df86f036-fc12-4117-88ab-e9a68a56c122, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-20T04:44:36.033Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-20T04:44:36.034Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-20T04:44:36.034Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-20T04:44:36.155Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15986760575848866616/Definitions/service-BasicCnf-template.yml
2022-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.231Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.232Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.232Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:44:37.232Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.232Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:37.233Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:44:37.234Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:44:37.234Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.234Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:37.234Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.235Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-20T04:44:37.235Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-20T04:44:37.235Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-20T04:44:37.235Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T04:44:37.235Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.235Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:44:37.236Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.237Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:37.237Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:44:37.237Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.237Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8679c35f-12ea-4769-aab4-9be3e722779f
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:37.238Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.239Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:37.239Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:37.239Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:37.239Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f
Model Version:NULL
Model InvariantUuid:48c90e41-cc58-42a7-8f9e-673bc1b2626d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bbe331e8-844f-4c64-9605-c6c64cc2973e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba3f633d-b000-404a-ba2d-9f3da0c1f159
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f466fa40-612d-4804-8c5f-aa6fdbef7461
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33d4d676-bee7-4280-abad-8f5ad8e22a95
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3c4dcd26-14d0-4ed7-a827-0e61f738371f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8679c35f-12ea-4769-aab4-9be3e722779f
ModelInvariantUuid:8902242b-07eb-40a1-a703-4157693db26f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2e135579-9bcc-4987-81f6-e45e9f9f313e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e1106969-bde8-4cb0-8640-8c5263a3d2b7
ModelInvariantUuid:43acac5d-e0a6-45fb-9cdc-45ec32d95462
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f364e8fe-51e9-4590-ac89-e17c3d5144b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:44:37.250Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 90383ca0-05da-4c60-9416-10de2a80dee2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:44:37.253Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-07-20T04:44:37.253Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90383ca0-05da-4c60-9416-10de2a80dee2
2022-07-20T04:44:37.253Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a9d43394-38f9-43c7-9d34-d5208510f20e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-20T04:44:37.253Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:44:37.254Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.301Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:44:37.301Z|5c346135-dab5-454c-b984-cc61d88a2334|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 a9d43394-38f9-43c7-9d34-d5208510f20e 12
2022-07-20T04:44:37.302Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.302Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:37.302Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:44:37.302Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:37.304Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:37.304Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292277302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:37.404Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:37.405Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:37.406Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:37.420Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:37.420Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:44:38.305Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6dbb201d-05b7-49bf-8955-a49bbab436dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-20T04:44:38.305Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:44:38.305Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:38.349Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:44:38.349Z|5c346135-dab5-454c-b984-cc61d88a2334|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 6dbb201d-05b7-49bf-8955-a49bbab436dd 2688
2022-07-20T04:44:38.349Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:38.350Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:38.350Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:44:38.350Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:38.352Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:38.352Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292278349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:38.452Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:38.456Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:38.456Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:38.470Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:38.471Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:39.354Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cd91140c-8609-4318-87a5-22e49a9fa723 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-20T04:44:39.354Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:44:39.355Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:39.452Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:44:39.453Z|5c346135-dab5-454c-b984-cc61d88a2334|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 cd91140c-8609-4318-87a5-22e49a9fa723 828
2022-07-20T04:44:39.453Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:39.453Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:39.453Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:44:39.454Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:39.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:39.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292279453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:39.556Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:39.557Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:39.557Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:39.583Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:39.584Z||pool-79-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:40.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "33d4d676-bee7-4280-abad-8f5ad8e22a95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c4dcd26-14d0-4ed7-a827-0e61f738371f",
    "vfModuleModelCustomizationUUID": "afe9035a-1ffa-4747-98a6-26f4617a9e86",
    "isBase": true,
    "artifacts": [
      "e057d644-339c-49ae-9473-e27206e542ed",
      "6dbb201d-05b7-49bf-8955-a49bbab436dd",
      "cc4fd943-a51d-4344-b19b-30753d70feb1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:44:40.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c4dcd26-14d0-4ed7-a827-0e61f738371f
VfModuleModelInvariantUUID:33d4d676-bee7-4280-abad-8f5ad8e22a95
VfModuleModelDescription:NULL
Artifacts UUID List:{
e057d644-339c-49ae-9473-e27206e542ed
,
6dbb201d-05b7-49bf-8955-a49bbab436dd
,
cc4fd943-a51d-4344-b19b-30753d70feb1

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

isBase:true


}

2022-07-20T04:44:40.463Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "33d4d676-bee7-4280-abad-8f5ad8e22a95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c4dcd26-14d0-4ed7-a827-0e61f738371f",
    "vfModuleModelCustomizationUUID": "afe9035a-1ffa-4747-98a6-26f4617a9e86",
    "isBase": true,
    "artifacts": [
      "e057d644-339c-49ae-9473-e27206e542ed",
      "6dbb201d-05b7-49bf-8955-a49bbab436dd",
      "cc4fd943-a51d-4344-b19b-30753d70feb1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T04:44:40.463Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c4dcd26-14d0-4ed7-a827-0e61f738371f
VfModuleModelInvariantUUID:33d4d676-bee7-4280-abad-8f5ad8e22a95
VfModuleModelDescription:NULL
Artifacts UUID List:{
e057d644-339c-49ae-9473-e27206e542ed
,
6dbb201d-05b7-49bf-8955-a49bbab436dd
,
cc4fd943-a51d-4344-b19b-30753d70feb1

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

isBase:true


}

2022-07-20T04:44:40.463Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e057d644-339c-49ae-9473-e27206e542ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-20T04:44:40.463Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:44:40.464Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:40.562Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:44:40.562Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e057d644-339c-49ae-9473-e27206e542ed 1164
2022-07-20T04:44:40.563Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:40.563Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:40.563Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:44:40.564Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:40.565Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:40.566Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292280563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:40.666Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:40.667Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:40.667Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:40.684Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:40.685Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:41.566Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc4fd943-a51d-4344-b19b-30753d70feb1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-20T04:44:41.567Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:44:41.568Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:41.666Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:44:41.666Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cc4fd943-a51d-4344-b19b-30753d70feb1 200
2022-07-20T04:44:41.667Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:41.667Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:41.667Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:44:41.668Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:41.670Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:41.670Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292281667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:44:41.770Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:41.771Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:41.771Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:41.785Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:41.785Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:42.671Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f
2022-07-20T04:44:42.671Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 90383ca0-05da-4c60-9416-10de2a80dee2 ASDC
2022-07-20T04:44:42.679Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:42.688Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@711929e3, org.onap.sdc.toscaparser.api.parameters.Input@315eee02, org.onap.sdc.toscaparser.api.parameters.Input@2241bd21, org.onap.sdc.toscaparser.api.parameters.Input@601c5552, org.onap.sdc.toscaparser.api.parameters.Input@58723e83]
2022-07-20T04:44:42.690Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.690Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.690Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-20T04:44:42.690Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f466fa40-612d-4804-8c5f-aa6fdbef7461
2022-07-20T04:44:42.690Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f466fa40-612d-4804-8c5f-aa6fdbef7461 matches Tosca VF Customization UUID: f466fa40-612d-4804-8c5f-aa6fdbef7461
2022-07-20T04:44:42.690Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f466fa40-612d-4804-8c5f-aa6fdbef7461  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-20T04:44:42.692Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.692Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.693Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f466fa40-612d-4804-8c5f-aa6fdbef7461: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-20T04:44:42.693Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33a98e82
2022-07-20T04:44:42.693Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.693Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:42.693Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afe9035a-1ffa-4747-98a6-26f4617a9e86
2022-07-20T04:44:42.693Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afe9035a-1ffa-4747-98a6-26f4617a9e86
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-20T04:44:42.695Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.695Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:42.695Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:44:42.695Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.696Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:42.696Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:44:42.696Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.696Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-20T04:44:42.696Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-20T04:44:42.697Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8679c35f-12ea-4769-aab4-9be3e722779f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-20T04:44:42.698Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.698Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:42.699Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:44:42.699Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.699Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-20T04:44:42.699Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f466fa40-612d-4804-8c5f-aa6fdbef7461
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:44:42.701Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.701Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.701Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f: basic_cnf
2022-07-20T04:44:42.701Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.701Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.701Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:44:42.702Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:44:42.703Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:42.757Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 90383ca0-05da-4c60-9416-10de2a80dee2 1 ASDC deployResourceStructure
2022-07-20T04:44:42.757Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:42.758Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:42.758Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-20T04:44:42.758Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:42.760Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:42.760Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292282757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T04:44:42.860Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:42.861Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:42.861Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:42.892Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:42.893Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:44:43.760Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:43.761Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:43.762Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-20T04:44:43.762Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:43.763Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:43.764Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292283760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T04:44:43.864Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:43.865Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:43.865Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:43.887Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:43.888Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:44.765Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:44.765Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:44.765Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:44:44.766Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:44.767Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:44.767Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292284765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:44.868Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:44.868Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:44.868Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:44.882Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:44.883Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:45.768Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:45.769Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:45.769Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:44:45.769Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:45.771Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:45.771Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292285768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:45.872Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T04:44:45.873Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:45.873Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:45.890Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:45.890Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:46.772Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:46.772Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:46.773Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:44:46.773Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:46.775Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:46.775Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292286772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:46.875Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:46.876Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:46.876Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:46.891Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:46.891Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:47.775Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:47.776Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:47.776Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:44:47.776Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:44:47.778Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:44:47.778Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292287775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:44:47.878Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:44:47.879Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:44:47.879Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:44:47.893Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:44:47.893Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:44:48.779Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c346135-dab5-454c-b984-cc61d88a2334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:44:48.790Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c346135-dab5-454c-b984-cc61d88a2334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:44:48.793Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:44:48.793Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:44:48.793Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:44:48.793Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:44:48.793Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:44:48.793Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:44:48.794Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:44:48.794Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:44:48.794Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:44:48.794Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:44:48.794Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:44:48.798Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:45:18.799Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c346135-dab5-454c-b984-cc61d88a2334 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:45:19.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c346135-dab5-454c-b984-cc61d88a2334 and serviceModelVersionId: 5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f
2022-07-20T04:45:19.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48c90e41-cc58-42a7-8f9e-673bc1b2626d
2022-07-20T04:45:19.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0
2022-07-20T04:45:19.509Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:45:19.556Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0|INFO|500||Invoke
2022-07-20T04:45:19.556Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c346135-dab5-454c-b984-cc61d88a2334], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[595e95c3-d561-4a4d-91c8-75be17635d9e], X-ECOMP-RequestID=[5c346135-dab5-454c-b984-cc61d88a2334], X-TransactionId=[], X-ONAP-RequestID=[5c346135-dab5-454c-b984-cc61d88a2334], Content-Type=[application/merge-patch+json]}
2022-07-20T04:45:19.577Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:45:19.738Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?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/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220720-04:45:20:090-95592], vertex-id=[241808], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:45:20 GMT], Content-Type=[application/json]}
2022-07-20T04:45:19.738Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:45:19.739Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48c90e41-cc58-42a7-8f9e-673bc1b2626d/model-vers/model-ver/5cf95218-2fbb-4fff-9de5-a5ec8d5c1f1f?depth=0|INFO|500||InvokeReturn
2022-07-20T04:45:19.739Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:45:19.740Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:45:19.744Z|5c346135-dab5-454c-b984-cc61d88a2334|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-07-20T04:45:19.744Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c346135-dab5-454c-b984-cc61d88a2334 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:45:19.744Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:45:19.745Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:45:19.746Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:45:19.746Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292319744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:45:19.847Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:45:19.847Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:45:19.848Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:45:19.879Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:45:19.879Z||pool-88-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:45:20.757Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:45:20.758Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:45:20.758Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:45:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:45:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:45:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:45:24.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:45:24.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:45:24.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bd8c8c-2772-4892-afff-95f0d1932912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292264623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:45:24.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:45:31.187Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:45:31.187Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:45:31.188Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:45:31.188Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:45:40.732Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:45:40.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:45:40.733Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:45:40.733Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:45:50.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:45:50.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:45:50.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:45:50.283Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:45:59.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:45:59.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:45:59.828Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:45:59.828Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:46:09.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:46:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:46:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:46:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:46:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:46:24.376Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:46:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:46:24.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:46:24.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:46:24.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-20T04:46:24.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-20T04:46:24.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T04:46:24.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292024373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:46:24.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292275026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292277302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292278349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292279453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292280563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:46:24.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292281667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:46:24.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292282757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292283760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292284765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292285768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292286772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292287775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:46:24.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:24.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-20T04:46:24.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c346135-dab5-454c-b984-cc61d88a2334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292319744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:46:24.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:46:33.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:47:24.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:47:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:47:24.376Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:47:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:24.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:24.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:24.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:47:24.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:24.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:47:25.008Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:25.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:47:25.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b12541e7-fd7c-43c6-ab91-e3b793627fbc","serviceName":"Demo_pNF_uT2SdD8AJ5EzULfW3K0g","serviceVersion":"1.0","serviceUUID":"81886c16-0996-461a-9ecd-32a9827ccb64","serviceDescription":"catalog service description","serviceInvariantUUID":"e737ad1b-26e3-425f-92af-709beca88940","resources":[{"resourceInstanceName":"pNF fedeabe3-482a 0","resourceName":"pNF fedeabe3-482a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8109a4f6-1e33-4b0d-89fc-1739985929cd","resourceInvariantUUID":"e2ecaaa3-ca61-4267-80f8-0e7ebdfd56a6","resourceCustomizationUUID":"35b52c7b-1180-40ee-b37b-fe0d0bf6d8ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDIzMWU5MjhmMjU2ZmZiMjk4MDcwYTRmOGVjOTNiZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d5b3e37-6cf4-4623-8590-728805c654ef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar","artifactChecksum":"MWRmNThlZmZlY2E3NGY2MGY1YjI4MDg2ZWFkMDcxMGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02444d05-bc85-4729-b592-aa45d7a23b4f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85fb00d7-95b9-4c94-986e-f910b19c045b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml","artifactChecksum":"M2RjZjdjODg4MWY5NjEwNjllYjllNmMxMGUyMzVjMzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24dfcf7d-88ab-4d29-a17f-3033a40c6068","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7262c5c-291c-4dc2-bc3d-421b6f9d6edb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c306e454-f574-4bc2-a8bb-f9137851aec7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml","artifactChecksum":"YWRiODY4YjgwODFiYzk0NTBkMWJiMGJlNjYxMGU0NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf7c0c4b-4954-4f32-8e01-e1fbdc8ac773","artifactVersion":"1"},{"artifactName":"service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar","artifactChecksum":"NzA1MWNkOTJjMDkyMDU5NGE2MmNhYmM4ZjMyMTNjNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddb502a6-ab35-440b-a97e-a948f85b5c15","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:47:25.011Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:25.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:25.014Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:25.014Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:25.114Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:47:25.117Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:25.117Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:25.141Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:25.141Z||pool-89-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:26.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:26.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:26.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:26.017Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:26.118Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:47:26.119Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:26.119Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:26.136Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:26.137Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:27.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:27.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:27.020Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:27.020Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:27.121Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:47:27.122Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:27.122Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:27.145Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:27.146Z||pool-91-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:28.021Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:28.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:28.025Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:28.025Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:28.124Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:47:28.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-07-20T04:47:28.125Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:28.140Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:28.141Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:29.026Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:29.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:29.029Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:29.029Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:29.129Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:47:29.130Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:29.131Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:29.151Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:29.151Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:30.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:30.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:30.033Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:30.033Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:30.132Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:47:30.133Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:30.133Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:30.150Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:30.150Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:31.034Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:31.034Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:31.036Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:31.036Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:47:31.136Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:47:31.138Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:31.139Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:31.153Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:31.154Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:32.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:47:32.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:32.039Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:32.040Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:47:32.140Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:47:32.140Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:32.141Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:32.161Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:32.161Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:33.040Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "serviceName": "Demo_pNF_uT2SdD8AJ5EzULfW3K0g",
  "serviceVersion": "1.0",
  "serviceUUID": "81886c16-0996-461a-9ecd-32a9827ccb64",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e737ad1b-26e3-425f-92af-709beca88940",
  "resources": [
    {
      "resourceInstanceName": "pNF fedeabe3-482a 0",
      "resourceCustomizationUUID": "35b52c7b-1180-40ee-b37b-fe0d0bf6d8ce",
      "resourceName": "pNF fedeabe3-482a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8109a4f6-1e33-4b0d-89fc-1739985929cd",
      "resourceInvariantUUID": "e2ecaaa3-ca61-4267-80f8-0e7ebdfd56a6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
      "artifactChecksum": "NzA1MWNkOTJjMDkyMDU5NGE2MmNhYmM4ZjMyMTNjNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ddb502a6-ab35-440b-a97e-a948f85b5c15"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:47:33.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:47:33.041Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81886c16-0996-461a-9ecd-32a9827ccb64 ASDC
2022-07-20T04:47:33.041Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b12541e7-fd7c-43c6-ab91-e3b793627fbc
ServiceName:Demo_pNF_uT2SdD8AJ5EzULfW3K0g
ServiceVersion:1.0
ServiceUUID:81886c16-0996-461a-9ecd-32a9827ccb64
ServiceInvariantUUID:e737ad1b-26e3-425f-92af-709beca88940
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
ArtifactUUID:ddb502a6-ab35-440b-a97e-a948f85b5c15
ArtifactChecksum:NzA1MWNkOTJjMDkyMDU5NGE2MmNhYmM4ZjMyMTNjNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fedeabe3-482a 0
ResourceCustomizationUUID:35b52c7b-1180-40ee-b37b-fe0d0bf6d8ce
ResourceInvariantUUID:e2ecaaa3-ca61-4267-80f8-0e7ebdfd56a6
ResourceName:pNF fedeabe3-482a
ResourceType:PNF
ResourceUUID:8109a4f6-1e33-4b0d-89fc-1739985929cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-20T04:47:33.042Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81886c16-0996-461a-9ecd-32a9827ccb64 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:47:33.082Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:47:33.083Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-20T04:47:33.083Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-20T04:47:33.083Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ddb502a6-ab35-440b-a97e-a948f85b5c15 from URL: /sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:33.083Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-20T04:47:33.083Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:33.150Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-20T04:47:33.154Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar ddb502a6-ab35-440b-a97e-a948f85b5c15 82653
2022-07-20T04:47:33.154Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar ASDC sendASDCNotification
2022-07-20T04:47:33.154Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:33.154Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:47:33.155Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:33.157Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:33.157Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292453154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:47:33.257Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:47:33.258Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:33.258Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:33.270Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:33.270Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:34.157Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:47:34.158Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-20T04:47:34.158Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ddb502a6-ab35-440b-a97e-a948f85b5c15, URL: /sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar to file: /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:34.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:34.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:34.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:34.277Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15897360604395288576/Definitions/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml
2022-07-20T04:47:35.028Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fedeabe3-482a 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-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Node template pNF fedeabe3-482a 0 is matching search criteria
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fedeabe3-482a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Node template pNF fedeabe3-482a 0 is matching search criteria
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-20T04:47:35.031Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fedeabe3-482a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.033Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.033Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.033Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.033Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uT2SdD8AJ5EzULfW3K0g
Description:catalog service description
Model UUID:81886c16-0996-461a-9ecd-32a9827ccb64
Model Version:NULL
Model InvariantUuid:e737ad1b-26e3-425f-92af-709beca88940
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:47:35.042Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8109a4f6-1e33-4b0d-89fc-1739985929cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:47:35.046Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||pNF fedeabe3-482a 0
2022-07-20T04:47:35.046Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8109a4f6-1e33-4b0d-89fc-1739985929cd
2022-07-20T04:47:35.046Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 81886c16-0996-461a-9ecd-32a9827ccb64
2022-07-20T04:47:35.046Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 81886c16-0996-461a-9ecd-32a9827ccb64
2022-07-20T04:47:35.046Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fedeabe3-482a 0 8109a4f6-1e33-4b0d-89fc-1739985929cd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:47:35.053Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e5bb56a, org.onap.sdc.toscaparser.api.parameters.Input@19276fea, org.onap.sdc.toscaparser.api.parameters.Input@485fc203, org.onap.sdc.toscaparser.api.parameters.Input@5b550cf1, org.onap.sdc.toscaparser.api.parameters.Input@18661214]
2022-07-20T04:47:35.053Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.053Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.053Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 81886c16-0996-461a-9ecd-32a9827ccb64: pNF fedeabe3-482a
2022-07-20T04:47:35.054Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Processing PNF resource: 8109a4f6-1e33-4b0d-89fc-1739985929cd
2022-07-20T04:47:35.054Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:47:35.054Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_uT2SdD8AJ5EzULfW3K0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:47:35.054Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||Resource customization UUID: 35b52c7b-1180-40ee-b37b-fe0d0bf6d8ce is the same as notified resource customizationUUID: 35b52c7b-1180-40ee-b37b-fe0d0bf6d8ce
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-20T04:47:35.086Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fedeabe3-482a 8109a4f6-1e33-4b0d-89fc-1739985929cd 0 ASDC deployResourceStructure
2022-07-20T04:47:35.087Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar ASDC sendASDCNotification
2022-07-20T04:47:35.087Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar
2022-07-20T04:47:35.087Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:47:35.087Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:47:35.089Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:47:35.089Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292455087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:47:35.189Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:47:35.190Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:47:35.191Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:47:35.217Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:47:35.218Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:47:36.090Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:47:36.101Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:47:36.103Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:47:36.103Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:47:36.103Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:48:06.104Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:48:06.115Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:48:06.117Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:48:06.117Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:48:06.117Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:48:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:48:24.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:48:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:48:24.412Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:48:24.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:48:24.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:48:24.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:48:36.118Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:48:36.130Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:48:36.132Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:48:36.132Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:48:36.132Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:49:06.132Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:49:06.141Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:49:06.144Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:49:06.144Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:49:06.144Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:49:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:49:24.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:49:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:49:24.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:49:24.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292432394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292438949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292447462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "cds",
  "timestamp": 1658292448468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:24.929Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b12541e7-fd7c-43c6-ab91-e3b793627fbc
2022-07-20T04:49:24.929Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b12541e7-fd7c-43c6-ab91-e3b793627fbc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:49:24.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292443692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292443975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292444373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292452495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292453503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292453154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "policy-id",
  "timestamp": 1658292454506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:24.948Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b12541e7-fd7c-43c6-ab91-e3b793627fbc
2022-07-20T04:49:24.949Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b12541e7-fd7c-43c6-ab91-e3b793627fbc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:49:24.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292454759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292455087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292447432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292456769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292456184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "clamp",
  "timestamp": 1658292457772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:24.963Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b12541e7-fd7c-43c6-ab91-e3b793627fbc
2022-07-20T04:49:24.963Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b12541e7-fd7c-43c6-ab91-e3b793627fbc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292457220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292450658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292458224,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:24.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b12541e7-fd7c-43c6-ab91-e3b793627fbc
2022-07-20T04:49:24.975Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b12541e7-fd7c-43c6-ab91-e3b793627fbc and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:49:24.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292459413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/resourceInstances/pnffedeabe3482a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292456077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292464911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:49:24.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292466528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292466870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUt2sdd8aj5ezulfw3k0g/1.0/artifacts/service-DemoPnfUt2sdd8aj5ezulfw3k0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "aai-ml",
  "timestamp": 1658292467531,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:24.988Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b12541e7-fd7c-43c6-ab91-e3b793627fbc
2022-07-20T04:49:24.988Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b12541e7-fd7c-43c6-ab91-e3b793627fbc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:49:24.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:49:24.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292467876,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:24.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b12541e7-fd7c-43c6-ab91-e3b793627fbc
2022-07-20T04:49:24.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b12541e7-fd7c-43c6-ab91-e3b793627fbc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:49:36.145Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:49:36.155Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:49:36.158Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:49:36.158Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:49:36.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:49:36.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:49:36.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.159Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.160Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.160Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.160Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.160Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.160Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:49:36.161Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:49:36.165Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:50:06.165Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:50:06.172Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b12541e7-fd7c-43c6-ab91-e3b793627fbc and serviceModelVersionId: 81886c16-0996-461a-9ecd-32a9827ccb64
2022-07-20T04:50:06.172Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e737ad1b-26e3-425f-92af-709beca88940
2022-07-20T04:50:06.173Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0
2022-07-20T04:50:06.181Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:50:06.240Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0|INFO|500||Invoke
2022-07-20T04:50:06.241Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b12541e7-fd7c-43c6-ab91-e3b793627fbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[683d7f95-29ac-4750-ba5f-9bd750c5e8ea], X-ECOMP-RequestID=[b12541e7-fd7c-43c6-ab91-e3b793627fbc], X-TransactionId=[], X-ONAP-RequestID=[b12541e7-fd7c-43c6-ab91-e3b793627fbc], Content-Type=[application/merge-patch+json]}
2022-07-20T04:50:06.264Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:50:06.361Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?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/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220720-04:50:06:793-55069], vertex-id=[196784], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:50:06 GMT], Content-Type=[application/json]}
2022-07-20T04:50:06.362Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:50:06.363Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e737ad1b-26e3-425f-92af-709beca88940/model-vers/model-ver/81886c16-0996-461a-9ecd-32a9827ccb64?depth=0|INFO|500||InvokeReturn
2022-07-20T04:50:06.364Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:50:06.364Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:50:06.369Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-20T04:50:06.370Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b12541e7-fd7c-43c6-ab91-e3b793627fbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:50:06.370Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:50:06.370Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:50:06.373Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:50:06.373Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292606370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:50:06.473Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:50:06.474Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:50:06.474Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:50:06.493Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:50:06.494Z||pool-99-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-07-20T04:50:07.385Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:50:07.386Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:50:07.386Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:50:17.682Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:50:17.682Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:50:17.683Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:50:17.683Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:50:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:50:24.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:50:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:50:25.032Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:50:25.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:50:25.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b12541e7-fd7c-43c6-ab91-e3b793627fbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292606370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:50:25.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:50:27.227Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:50:27.228Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:50:27.229Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:50:27.229Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:50:36.770Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:24.373Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:51:24.374Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:51:24.374Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:51:24.376Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:51:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:25.013Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:25.014Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.014Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"070c0c3b-d526-4b54-9057-6070471144b5","serviceName":"Demo_pNF_B3MRnVqm59ZoPUvYwcI0","serviceVersion":"1.0","serviceUUID":"3de06346-d111-4a22-8464-61415b883084","serviceDescription":"catalog service description","serviceInvariantUUID":"6aa8da9e-1911-456b-92a1-691d1df317a9","resources":[{"resourceInstanceName":"pNF 56899d59-7703 0","resourceName":"pNF 56899d59-7703","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a3d53a15-1528-469a-8f24-87bebbcc7cc8","resourceInvariantUUID":"37a1ea00-3d12-4c57-9fc0-fb16d07ecf54","resourceCustomizationUUID":"2ba134be-d769-40bf-ad79-fb0e2105b370","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml","artifactChecksum":"YjE3Y2YxMzY3YWVmM2IzZDA4YjBkYjE1OTdiNTA2ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a8b9a45-2e75-4808-ae8c-89fd3f4d2a11","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar","artifactChecksum":"MWRmNThlZmZlY2E3NGY2MGY1YjI4MDg2ZWFkMDcxMGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8493867-24b8-4d7f-b252-7bb5d56ea23b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b21fed9a-a215-488b-986e-9d4e2bf95ef8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml","artifactChecksum":"MWZmMWJiYTI3MTRkNmZmNGE3OTZjMjFiZWMxY2IyNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1201cad2-37d8-4c24-b71e-0bb39fe028b9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b5c1ddf-5409-41b4-8a9c-e5c4461bfc81","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb2fc8c9-53ec-41c9-9517-e2e1c7a02f7a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB3mrnvqm59zopuvywci0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml","artifactChecksum":"ZmUwMWU4YjkxY2I0MjM2NWViNTA2NTM2NjFiNzY0Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab4bad4e-cb8b-4676-995e-4cf4820b2b0f","artifactVersion":"1"},{"artifactName":"service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar","artifactChecksum":"OTNhMTUzOTJiMGJlNWQwMjE0YjNjNmIwZjgyY2IwZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75e660c1-5863-414a-a3ee-df7f810dccc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:51:25.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:25.016Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:25.016Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:25.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.018Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:25.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.018Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292636077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292642394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658292638949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292643692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292652477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:25.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292652483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:25.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292652881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:25.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "cds",
  "timestamp": 1658292653484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:25.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 070c0c3b-d526-4b54-9057-6070471144b5
2022-07-20T04:51:25.062Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070c0c3b-d526-4b54-9057-6070471144b5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292653888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:51:25.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292654307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:51:25.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "policy-id",
  "timestamp": 1658292654892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:51:25.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 070c0c3b-d526-4b54-9057-6070471144b5
2022-07-20T04:51:25.080Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070c0c3b-d526-4b54-9057-6070471144b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:25.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658292655310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:51:25.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 070c0c3b-d526-4b54-9057-6070471144b5
2022-07-20T04:51:25.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070c0c3b-d526-4b54-9057-6070471144b5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:25.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292647432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292656260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:25.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292657282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T04:51:25.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658292658285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:51:25.109Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 070c0c3b-d526-4b54-9057-6070471144b5
2022-07-20T04:51:25.109Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070c0c3b-d526-4b54-9057-6070471144b5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:25.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.118Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:51:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.119Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:25.119Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292653975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292666795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292660658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:25.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:51:25.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292669419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:25.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292669799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:51:25.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "clamp",
  "timestamp": 1658292670803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:51:25.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 070c0c3b-d526-4b54-9057-6070471144b5
2022-07-20T04:51:25.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070c0c3b-d526-4b54-9057-6070471144b5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:25.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292676891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:51:25.139Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:25.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:51:25.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:51:25.139Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:51:25.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "aai-ml",
  "timestamp": 1658292677894,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:51:25.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 070c0c3b-d526-4b54-9057-6070471144b5
2022-07-20T04:51:25.145Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070c0c3b-d526-4b54-9057-6070471144b5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:51:26.019Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:26.019Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:26.023Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:26.023Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:26.122Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-20T04:51:26.123Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:26.123Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:26.138Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:26.139Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:51:27.023Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:27.024Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:27.026Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:27.026Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:27.126Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:27.127Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:27.127Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:27.141Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:27.141Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:51:28.026Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:28.027Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:28.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:28.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:28.129Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:28.130Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:28.131Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:28.144Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:28.145Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:51:29.029Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:29.030Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:29.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:29.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:29.132Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:29.133Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:29.134Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:29.153Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:29.153Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:51:30.032Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:30.033Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:30.035Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:30.035Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:30.135Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:30.136Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:30.136Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:30.157Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:30.157Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:51:31.035Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:31.036Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:31.038Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:31.038Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:51:31.138Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:31.139Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:31.139Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:31.166Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:31.167Z||pool-106-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:51:32.039Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:51:32.039Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:32.041Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:32.041Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:51:32.142Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T04:51:32.143Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:32.143Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:32.158Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:32.159Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:51:33.044Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "serviceName": "Demo_pNF_B3MRnVqm59ZoPUvYwcI0",
  "serviceVersion": "1.0",
  "serviceUUID": "3de06346-d111-4a22-8464-61415b883084",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6aa8da9e-1911-456b-92a1-691d1df317a9",
  "resources": [
    {
      "resourceInstanceName": "pNF 56899d59-7703 0",
      "resourceCustomizationUUID": "2ba134be-d769-40bf-ad79-fb0e2105b370",
      "resourceName": "pNF 56899d59-7703",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a3d53a15-1528-469a-8f24-87bebbcc7cc8",
      "resourceInvariantUUID": "37a1ea00-3d12-4c57-9fc0-fb16d07ecf54",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
      "artifactChecksum": "OTNhMTUzOTJiMGJlNWQwMjE0YjNjNmIwZjgyY2IwZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75e660c1-5863-414a-a3ee-df7f810dccc1"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T04:51:33.044Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:51:33.044Z|b12541e7-fd7c-43c6-ab91-e3b793627fbc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3de06346-d111-4a22-8464-61415b883084 ASDC
2022-07-20T04:51:33.045Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:070c0c3b-d526-4b54-9057-6070471144b5
ServiceName:Demo_pNF_B3MRnVqm59ZoPUvYwcI0
ServiceVersion:1.0
ServiceUUID:3de06346-d111-4a22-8464-61415b883084
ServiceInvariantUUID:6aa8da9e-1911-456b-92a1-691d1df317a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
ArtifactUUID:75e660c1-5863-414a-a3ee-df7f810dccc1
ArtifactChecksum:OTNhMTUzOTJiMGJlNWQwMjE0YjNjNmIwZjgyY2IwZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 56899d59-7703 0
ResourceCustomizationUUID:2ba134be-d769-40bf-ad79-fb0e2105b370
ResourceInvariantUUID:37a1ea00-3d12-4c57-9fc0-fb16d07ecf54
ResourceName:pNF 56899d59-7703
ResourceType:PNF
ResourceUUID:a3d53a15-1528-469a-8f24-87bebbcc7cc8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-20T04:51:33.045Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3de06346-d111-4a22-8464-61415b883084 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:51:33.074Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:51:33.074Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-20T04:51:33.074Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-20T04:51:33.074Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 75e660c1-5863-414a-a3ee-df7f810dccc1 from URL: /sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:33.074Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-20T04:51:33.075Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:33.138Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-20T04:51:33.142Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar 75e660c1-5863-414a-a3ee-df7f810dccc1 82657
2022-07-20T04:51:33.143Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar ASDC sendASDCNotification
2022-07-20T04:51:33.143Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:33.143Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:51:33.143Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:33.145Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:33.145Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292693142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:51:33.245Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:33.246Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:33.246Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:33.261Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:33.261Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:51:34.146Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:51:34.146Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-20T04:51:34.146Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 75e660c1-5863-414a-a3ee-df7f810dccc1, URL: /sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar to file: /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:34.147Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:34.147Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:34.147Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:34.307Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16572371339339721537/Definitions/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml
2022-07-20T04:51:35.133Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:51:35.133Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-20T04:51:35.134Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.134Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-20T04:51:35.134Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.134Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.134Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.134Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.135Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.135Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.135Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 56899d59-7703 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-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.135Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-20T04:51:35.135Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.136Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.136Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Node template pNF 56899d59-7703 0 is matching search criteria
2022-07-20T04:51:35.136Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-20T04:51:35.136Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 56899d59-7703 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:51:35.137Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.137Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.137Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Node template pNF 56899d59-7703 0 is matching search criteria
2022-07-20T04:51:35.137Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-20T04:51:35.137Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 56899d59-7703 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:51:35.138Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.138Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.138Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.138Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.139Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.139Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.139Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.139Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.139Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.140Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.140Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_B3MRnVqm59ZoPUvYwcI0
Description:catalog service description
Model UUID:3de06346-d111-4a22-8464-61415b883084
Model Version:NULL
Model InvariantUuid:6aa8da9e-1911-456b-92a1-691d1df317a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T04:51:35.146Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a3d53a15-1528-469a-8f24-87bebbcc7cc8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:51:35.148Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||pNF 56899d59-7703 0
2022-07-20T04:51:35.149Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a3d53a15-1528-469a-8f24-87bebbcc7cc8
2022-07-20T04:51:35.149Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3de06346-d111-4a22-8464-61415b883084
2022-07-20T04:51:35.149Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3de06346-d111-4a22-8464-61415b883084
2022-07-20T04:51:35.149Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 56899d59-7703 0 a3d53a15-1528-469a-8f24-87bebbcc7cc8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:51:35.153Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7043f12e, org.onap.sdc.toscaparser.api.parameters.Input@1111d876, org.onap.sdc.toscaparser.api.parameters.Input@5da45e4, org.onap.sdc.toscaparser.api.parameters.Input@ab659ab, org.onap.sdc.toscaparser.api.parameters.Input@65130352]
2022-07-20T04:51:35.153Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.154Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.154Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3de06346-d111-4a22-8464-61415b883084: pNF 56899d59-7703
2022-07-20T04:51:35.154Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Processing PNF resource: a3d53a15-1528-469a-8f24-87bebbcc7cc8
2022-07-20T04:51:35.154Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T04:51:35.154Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B3MRnVqm59ZoPUvYwcI0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:51:35.155Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2ba134be-d769-40bf-ad79-fb0e2105b370 is the same as notified resource customizationUUID: 2ba134be-d769-40bf-ad79-fb0e2105b370
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-20T04:51:35.186Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 56899d59-7703 a3d53a15-1528-469a-8f24-87bebbcc7cc8 0 ASDC deployResourceStructure
2022-07-20T04:51:35.186Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar ASDC sendASDCNotification
2022-07-20T04:51:35.186Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar
2022-07-20T04:51:35.187Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:51:35.187Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:51:35.189Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:51:35.189Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292695186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:51:35.289Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:51:35.290Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:51:35.290Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:51:35.303Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:51:35.304Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:51:36.190Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070c0c3b-d526-4b54-9057-6070471144b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:51:36.202Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070c0c3b-d526-4b54-9057-6070471144b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T04:51:36.204Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:51:36.204Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:51:36.205Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:51:36.205Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:51:36.205Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.205Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.205Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.205Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.206Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.206Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.206Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T04:51:36.206Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:51:36.211Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:52:06.211Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 070c0c3b-d526-4b54-9057-6070471144b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T04:52:06.218Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 070c0c3b-d526-4b54-9057-6070471144b5 and serviceModelVersionId: 3de06346-d111-4a22-8464-61415b883084
2022-07-20T04:52:06.218Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6aa8da9e-1911-456b-92a1-691d1df317a9
2022-07-20T04:52:06.219Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0
2022-07-20T04:52:06.226Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:52:06.265Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0|INFO|500||Invoke
2022-07-20T04:52:06.265Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[070c0c3b-d526-4b54-9057-6070471144b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7521d57-d451-493f-ad85-cdbd6793d09c], X-ECOMP-RequestID=[070c0c3b-d526-4b54-9057-6070471144b5], X-TransactionId=[], X-ONAP-RequestID=[070c0c3b-d526-4b54-9057-6070471144b5], Content-Type=[application/merge-patch+json]}
2022-07-20T04:52:06.284Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T04:52:06.370Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?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/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220720-04:52:06:798-72666], vertex-id=[266384], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:52:06 GMT], Content-Type=[application/json]}
2022-07-20T04:52:06.370Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:52:06.371Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aa8da9e-1911-456b-92a1-691d1df317a9/model-vers/model-ver/3de06346-d111-4a22-8464-61415b883084?depth=0|INFO|500||InvokeReturn
2022-07-20T04:52:06.371Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:52:06.371Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:52:06.377Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-20T04:52:06.377Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 070c0c3b-d526-4b54-9057-6070471144b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:52:06.377Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:52:06.377Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:52:06.379Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:52:06.379Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292726377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:52:06.479Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:52:06.480Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:52:06.480Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:52:06.498Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:52:06.499Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T04:52:24.373Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:52:24.374Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:52:24.374Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:52:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:52:24.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:52:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:52:24.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:52:24.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:52:24.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:52:24.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:52:33.946Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:53:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:53:24.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:53:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:53:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:53:24.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:53:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:53:24.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:53:24.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:53:24.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:53:24.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/resourceInstances/pnf56899d5977030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:53:24.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T04:53:24.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292684373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T04:53:24.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-20T04:53:24.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292693142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T04:53:24.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:53:24.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292695186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB3mrnvqm59zopuvywci0/1.0/artifacts/service-DemoPnfB3mrnvqm59zopuvywci0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T04:53:24.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:53:24.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:53:24.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070c0c3b-d526-4b54-9057-6070471144b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658292726377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:53:24.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:53:33.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:54:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:54:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:54:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:54:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:54:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:54:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:54:33.922Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:54:33.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:55:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:55:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:55:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:55:24.376Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:55:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:55:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:55:33.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:55:33.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:56:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:56:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:56:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:56:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:56:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:56:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:56:33.923Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:56:33.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:57:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:57:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:57:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:57:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:57:24.376Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:57:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:57:33.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:57:33.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:58:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:58:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:58:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:58:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:58:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:58:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:58:33.942Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:58:33.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:59:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:59:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:59:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:59:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:59:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:59:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:59:33.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T04:59:33.934Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:00:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:00:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:00:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:00:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:00:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:00:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:00:33.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:00:33.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:01:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:01:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:01:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:01:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:29.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:29.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-20T05:01:29.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eea93c8e-40e2-479c-807e-bb7b57198aac","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f528c332-61e0-4d74-8235-41c11a8b3d5b","serviceDescription":"service","serviceInvariantUUID":"08854e69-0aa6-4d5d-9e5a-79e8d2729cd0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e13c4d32-e0aa-4fa5-97be-7fa62c32e580","resourceInvariantUUID":"27f9e635-0b50-4008-a247-6eacb5d26682","resourceCustomizationUUID":"43338eb6-f137-4da8-b410-8f2572fea4aa","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":"OTIyZjFkMWQ2MzlkMjU5ZDQ2NzMxMzkxZjUxZGE2NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62c20b32-624b-4b0b-9d67-99b7aee6354d","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":"NTgwNjE1MmQ5ZjYxMGIwNWI0NzFjODFhNDE3MTg3ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81b8b417-5685-446e-a24c-9ce026bf7ddd","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":"f8242ca9-718a-4042-9f6f-75a0917d488d","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":"970af739-fb55-4090-a3ad-082fa12641ac","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":"212de983-0cef-4825-82aa-418eb7bd4c67","artifactVersion":"2","generatedFromUUID":"707881e1-0189-40bc-aad6-7594b2b06bd7"},{"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":"2fc78d18-1287-421e-a3ab-e716652877db","artifactVersion":"2","generatedFromUUID":"f8242ca9-718a-4042-9f6f-75a0917d488d"},{"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":"707881e1-0189-40bc-aad6-7594b2b06bd7","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":"431b4d63-1c14-4083-a48c-5280026f7ccd","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":"MTlkY2YyZjFkYmJkYzEyNDk4MjM0ZWE1OWVmNDExMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1292e722-15e1-4a0c-b6e8-0bdc0ff4d4c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTk0MzU1YTJjMGFjNjg1NDY3N2I0MTY3OWI0YzI4ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6ac164e-a98b-4e4d-bff9-444f9ca0d693","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T05:01:29.352Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:29.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:29.357Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:29.357Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:01:29.457Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:29.458Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:29.458Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:29.503Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:29.503Z||pool-111-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:29.631Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:29.632Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T05:01:29.632Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:01:29.633Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:01:30.357Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:30.358Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:30.360Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:30.360Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T05:01:30.460Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:30.461Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:30.461Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:30.507Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:30.508Z||pool-112-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:31.360Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:31.361Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:31.363Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:31.363Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:01:31.463Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T05:01:31.464Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:31.464Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:31.494Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:31.495Z||pool-113-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:32.364Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:32.365Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:32.368Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:32.368Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:01:32.468Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:32.469Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:32.469Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:32.490Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:32.490Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:33.369Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:33.369Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:33.371Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:33.371Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-20T05:01:33.471Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T05:01:33.472Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:33.472Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:33.486Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:33.486Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:34.372Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:34.372Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:34.374Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:34.375Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-20T05:01:34.475Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:34.475Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:34.476Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:34.491Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:34.491Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:35.375Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:35.376Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:35.378Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:35.378Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-20T05:01:35.478Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T05:01:35.479Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:35.479Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:35.521Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:35.522Z||pool-117-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:36.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:36.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:36.382Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:36.382Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:01:36.482Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:36.483Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:36.483Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:36.495Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:36.496Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:37.382Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:37.383Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:37.385Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:37.385Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:01:37.485Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:37.486Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:37.487Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:37.525Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:37.526Z||pool-119-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:38.386Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:01:38.386Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:38.389Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:38.389Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:01:38.489Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:38.489Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:38.490Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:38.534Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:38.535Z||pool-120-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:39.390Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f528c332-61e0-4d74-8235-41c11a8b3d5b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08854e69-0aa6-4d5d-9e5a-79e8d2729cd0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "43338eb6-f137-4da8-b410-8f2572fea4aa",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e13c4d32-e0aa-4fa5-97be-7fa62c32e580",
      "resourceInvariantUUID": "27f9e635-0b50-4008-a247-6eacb5d26682",
      "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": "NTgwNjE1MmQ5ZjYxMGIwNWI0NzFjODFhNDE3MTg3ODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81b8b417-5685-446e-a24c-9ce026bf7ddd",
          "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": "f8242ca9-718a-4042-9f6f-75a0917d488d",
          "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": "2fc78d18-1287-421e-a3ab-e716652877db",
            "generatedFromUUID": "f8242ca9-718a-4042-9f6f-75a0917d488d"
          },
          "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": "212de983-0cef-4825-82aa-418eb7bd4c67",
          "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": "2fc78d18-1287-421e-a3ab-e716652877db",
          "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": "707881e1-0189-40bc-aad6-7594b2b06bd7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTk0MzU1YTJjMGFjNjg1NDY3N2I0MTY3OWI0YzI4ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6ac164e-a98b-4e4d-bff9-444f9ca0d693"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T05:01:39.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T05:01:39.391Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f528c332-61e0-4d74-8235-41c11a8b3d5b ASDC
2022-07-20T05:01:39.392Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eea93c8e-40e2-479c-807e-bb7b57198aac
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f528c332-61e0-4d74-8235-41c11a8b3d5b
ServiceInvariantUUID:08854e69-0aa6-4d5d-9e5a-79e8d2729cd0
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:f6ac164e-a98b-4e4d-bff9-444f9ca0d693
ArtifactChecksum:OTk0MzU1YTJjMGFjNjg1NDY3N2I0MTY3OWI0YzI4ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:43338eb6-f137-4da8-b410-8f2572fea4aa
ResourceInvariantUUID:27f9e635-0b50-4008-a247-6eacb5d26682
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e13c4d32-e0aa-4fa5-97be-7fa62c32e580
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:81b8b417-5685-446e-a24c-9ce026bf7ddd
ArtifactChecksum:NTgwNjE1MmQ5ZjYxMGIwNWI0NzFjODFhNDE3MTg3ODE=
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:f8242ca9-718a-4042-9f6f-75a0917d488d
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:2fc78d18-1287-421e-a3ab-e716652877db
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:212de983-0cef-4825-82aa-418eb7bd4c67
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:2fc78d18-1287-421e-a3ab-e716652877db
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:707881e1-0189-40bc-aad6-7594b2b06bd7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-20T05:01:39.392Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f528c332-61e0-4d74-8235-41c11a8b3d5b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:01:39.428Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T05:01:39.429Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-20T05:01:39.430Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-20T05:01:39.430Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6ac164e-a98b-4e4d-bff9-444f9ca0d693 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-20T05:01:39.430Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:01:39.431Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:39.566Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:01:39.575Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f6ac164e-a98b-4e4d-bff9-444f9ca0d693 158209
2022-07-20T05:01:39.575Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:39.575Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:39.575Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:01:39.576Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:39.578Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:39.578Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293299575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:01:39.678Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:39.679Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:39.679Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:39.699Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:39.700Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:40.578Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T05:01:40.579Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-20T05:01:40.579Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f6ac164e-a98b-4e4d-bff9-444f9ca0d693, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-20T05:01:40.580Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-20T05:01:40.580Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-20T05:01:40.580Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-20T05:01:40.814Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3574392620696268352/Definitions/service-BasicCnfMacro-template.yml
2022-07-20T05:01:41.904Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.905Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.906Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-20T05:01:41.906Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.906Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.906Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:41.906Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.907Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.908Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.909Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.909Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:41.909Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T05:01:41.909Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.909Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:41.909Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T05:01:41.910Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=06fe8adb-b259-4475-80ae-b43c2853e72a
2022-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.911Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.912Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.912Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:41.912Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:41.912Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f528c332-61e0-4d74-8235-41c11a8b3d5b
Model Version:NULL
Model InvariantUuid:08854e69-0aa6-4d5d-9e5a-79e8d2729cd0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:98fc9300-d39a-4ad6-ad22-466208f1b16f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27f9e635-0b50-4008-a247-6eacb5d26682
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:43338eb6-f137-4da8-b410-8f2572fea4aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:99a55db3-7427-497c-bbd0-71930f9d424b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8d93ce5f-ed85-4370-a9b1-11adf9ecb25d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0efd158f-94e5-483f-aca0-0984c403a5d2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b0727af3-3374-4e00-9d80-33579b2d0d66
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:06fe8adb-b259-4475-80ae-b43c2853e72a
ModelInvariantUuid:b4a004d5-3285-4b6e-83ee-a58e95734cf9
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b45115f7-7835-4a84-a5fa-0318b7444cab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:65680d31-4cce-444d-8d46-1f46e5ec5b57
ModelInvariantUuid:f6e40125-be8e-4a52-9d57-f4240a1308b1
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ed20b807-6959-4511-868b-0017384972ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T05:01:41.918Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e13c4d32-e0aa-4fa5-97be-7fa62c32e580
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T05:01:41.922Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-07-20T05:01:41.922Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e13c4d32-e0aa-4fa5-97be-7fa62c32e580
2022-07-20T05:01:41.922Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81b8b417-5685-446e-a24c-9ce026bf7ddd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-20T05:01:41.922Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:01:41.922Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:42.057Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:01:42.057Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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 81b8b417-5685-446e-a24c-9ce026bf7ddd 1565
2022-07-20T05:01:42.058Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:42.058Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:42.058Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:01:42.058Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:42.060Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:42.060Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293302058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:01:42.160Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:42.161Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:42.161Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:42.187Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:42.188Z||pool-122-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:43.061Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0efd158f-94e5-483f-aca0-0984c403a5d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0727af3-3374-4e00-9d80-33579b2d0d66",
    "vfModuleModelCustomizationUUID": "44adcb69-fd74-49cf-8efa-a648dfed1c5e",
    "isBase": true,
    "artifacts": [
      "f8242ca9-718a-4042-9f6f-75a0917d488d",
      "2fc78d18-1287-421e-a3ab-e716652877db"
    ],
    "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": "99a55db3-7427-497c-bbd0-71930f9d424b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d93ce5f-ed85-4370-a9b1-11adf9ecb25d",
    "vfModuleModelCustomizationUUID": "a0c4a61a-136e-460b-b625-04d11ed561a2",
    "isBase": false,
    "artifacts": [
      "707881e1-0189-40bc-aad6-7594b2b06bd7"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T05:01:43.065Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0727af3-3374-4e00-9d80-33579b2d0d66
VfModuleModelInvariantUUID:0efd158f-94e5-483f-aca0-0984c403a5d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8242ca9-718a-4042-9f6f-75a0917d488d
,
2fc78d18-1287-421e-a3ab-e716652877db

}
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:8d93ce5f-ed85-4370-a9b1-11adf9ecb25d
VfModuleModelInvariantUUID:99a55db3-7427-497c-bbd0-71930f9d424b
VfModuleModelDescription:NULL
Artifacts UUID List:{
707881e1-0189-40bc-aad6-7594b2b06bd7

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

isBase:false


}

2022-07-20T05:01:43.067Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0efd158f-94e5-483f-aca0-0984c403a5d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0727af3-3374-4e00-9d80-33579b2d0d66",
    "vfModuleModelCustomizationUUID": "44adcb69-fd74-49cf-8efa-a648dfed1c5e",
    "isBase": true,
    "artifacts": [
      "f8242ca9-718a-4042-9f6f-75a0917d488d",
      "2fc78d18-1287-421e-a3ab-e716652877db"
    ],
    "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": "99a55db3-7427-497c-bbd0-71930f9d424b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d93ce5f-ed85-4370-a9b1-11adf9ecb25d",
    "vfModuleModelCustomizationUUID": "a0c4a61a-136e-460b-b625-04d11ed561a2",
    "isBase": false,
    "artifacts": [
      "707881e1-0189-40bc-aad6-7594b2b06bd7"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-20T05:01:43.067Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0727af3-3374-4e00-9d80-33579b2d0d66
VfModuleModelInvariantUUID:0efd158f-94e5-483f-aca0-0984c403a5d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8242ca9-718a-4042-9f6f-75a0917d488d
,
2fc78d18-1287-421e-a3ab-e716652877db

}
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:8d93ce5f-ed85-4370-a9b1-11adf9ecb25d
VfModuleModelInvariantUUID:99a55db3-7427-497c-bbd0-71930f9d424b
VfModuleModelDescription:NULL
Artifacts UUID List:{
707881e1-0189-40bc-aad6-7594b2b06bd7

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

isBase:false


}

2022-07-20T05:01:43.067Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f8242ca9-718a-4042-9f6f-75a0917d488d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-20T05:01:43.067Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:01:43.068Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:43.145Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:01:43.146Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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 f8242ca9-718a-4042-9f6f-75a0917d488d 914
2022-07-20T05:01:43.146Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:43.147Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:43.147Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:01:43.147Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:43.150Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:43.150Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293303146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:01:43.250Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:43.251Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:43.251Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:43.320Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:43.321Z||pool-123-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:44.150Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212de983-0cef-4825-82aa-418eb7bd4c67 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-20T05:01:44.151Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:01:44.151Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:44.198Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:01:44.199Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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 212de983-0cef-4825-82aa-418eb7bd4c67 12
2022-07-20T05:01:44.199Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:44.199Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:44.199Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:01:44.199Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:44.201Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:44.201Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293304199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:01:44.303Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T05:01:44.304Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:44.304Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:44.332Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:44.332Z||pool-124-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:45.202Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2fc78d18-1287-421e-a3ab-e716652877db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-20T05:01:45.202Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:01:45.203Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:45.255Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:01:45.256Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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 2fc78d18-1287-421e-a3ab-e716652877db 96
2022-07-20T05:01:45.256Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:45.256Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:45.256Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:01:45.256Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:45.258Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:45.258Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293305256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:01:45.358Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:45.359Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:45.359Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:45.379Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:45.380Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:46.259Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 707881e1-0189-40bc-aad6-7594b2b06bd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-20T05:01:46.259Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:01:46.260Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:46.304Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:01:46.306Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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 707881e1-0189-40bc-aad6-7594b2b06bd7 20206
2022-07-20T05:01:46.306Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:46.306Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:46.306Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:01:46.307Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:46.309Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:46.309Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293306306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:01:46.409Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:46.410Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:46.410Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:46.432Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:46.432Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:47.313Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f528c332-61e0-4d74-8235-41c11a8b3d5b
2022-07-20T05:01:47.313Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e13c4d32-e0aa-4fa5-97be-7fa62c32e580 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T05:01:47.322Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b4cc493, org.onap.sdc.toscaparser.api.parameters.Input@2fe608e6, org.onap.sdc.toscaparser.api.parameters.Input@38a6a2b1, org.onap.sdc.toscaparser.api.parameters.Input@155a8cfc, org.onap.sdc.toscaparser.api.parameters.Input@183fba98]
2022-07-20T05:01:47.323Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.324Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.324Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-20T05:01:47.324Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 43338eb6-f137-4da8-b410-8f2572fea4aa
2022-07-20T05:01:47.324Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43338eb6-f137-4da8-b410-8f2572fea4aa matches Tosca VF Customization UUID: 43338eb6-f137-4da8-b410-8f2572fea4aa
2022-07-20T05:01:47.324Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 43338eb6-f137-4da8-b410-8f2572fea4aa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-20T05:01:47.326Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.326Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.327Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 43338eb6-f137-4da8-b410-8f2572fea4aa: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-20T05:01:47.327Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bc3f9ed
2022-07-20T05:01:47.327Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.327Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.328Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0c4a61a-136e-460b-b625-04d11ed561a2
2022-07-20T05:01:47.328Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0c4a61a-136e-460b-b625-04d11ed561a2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-20T05:01:47.330Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.331Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:47.331Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T05:01:47.331Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.332Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:47.332Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T05:01:47.332Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.332Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-20T05:01:47.333Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=43338eb6-f137-4da8-b410-8f2572fea4aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T05:01:47.334Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.335Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.335Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f528c332-61e0-4d74-8235-41c11a8b3d5b: basic_cnf_macro
2022-07-20T05:01:47.335Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.335Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.336Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.336Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.336Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.336Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.337Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.337Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.337Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:01:47.337Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.338Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.378Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e13c4d32-e0aa-4fa5-97be-7fa62c32e580 2 ASDC deployResourceStructure
2022-07-20T05:01:47.379Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.379Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:47.379Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T05:01:47.380Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:47.382Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:47.383Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293307379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T05:01:47.483Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:47.484Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:47.484Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:47.499Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:47.499Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:48.384Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:48.384Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:48.384Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T05:01:48.385Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:48.387Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:48.387Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293308384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T05:01:48.487Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:48.488Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:48.488Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:48.528Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:48.528Z||pool-128-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:49.388Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:49.388Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:49.388Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-20T05:01:49.389Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:49.391Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:49.391Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293309387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T05:01:49.491Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:49.492Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:49.492Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:49.508Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:49.509Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:50.392Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:50.392Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:50.393Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T05:01:50.393Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:50.395Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:50.395Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293310392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-20T05:01:50.495Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T05:01:50.497Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:50.497Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:50.513Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:50.514Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:51.397Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:51.397Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:51.398Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-20T05:01:51.398Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:51.400Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:51.400Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293311397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T05:01:51.500Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T05:01:51.501Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:51.501Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:51.517Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:51.518Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-20T05:01:52.401Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:52.402Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:01:52.402Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T05:01:52.402Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:01:52.404Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:01:52.404Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293312401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:01:52.504Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:01:52.505Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:01:52.505Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:01:52.518Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:01:52.518Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:01:53.405Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:01:53.417Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:01:53.419Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:01:53.419Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T05:01:53.420Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T05:02:23.420Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:02:23.432Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:02:23.434Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:02:23.434Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T05:02:23.434Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T05:02:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:02:24.377Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:02:24.377Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:02:24.410Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:02:24.410Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T05:02:24.411Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:02:24.412Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:02:53.434Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:02:53.448Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:02:53.450Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:02:53.450Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T05:02:53.450Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T05:03:23.450Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:03:23.460Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:03:23.461Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:03:23.461Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T05:03:23.462Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T05:03:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:03:24.377Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:03:24.377Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:03:24.416Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:03:24.416Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:03:24.416Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:03:24.417Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:03:24.417Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:03:24.418Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:03:24.418Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:03:24.418Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:03:24.418Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:03:24.418Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:03:53.462Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:03:53.475Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:03:53.477Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:03:53.477Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T05:03:53.477Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T05:04:23.477Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:04:23.487Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:04:23.489Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:04:23.489Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T05:04:23.489Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T05:04:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:04:24.377Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:04:24.377Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:04:24.399Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:04:24.430Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.430Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.431Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.432Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.433Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.434Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.435Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.436Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.437Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.438Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.439Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.440Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.441Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.442Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.443Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293287395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.444Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293283975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293284373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293283692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.445Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293299575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293299961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.446Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293299637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.447Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293300967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.448Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.449Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.449Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293301502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.449Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.449Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.449Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "policy-id",
  "timestamp": 1658293301971,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eea93c8e-40e2-479c-807e-bb7b57198aac
2022-07-20T05:04:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eea93c8e-40e2-479c-807e-bb7b57198aac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.464Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.464Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.464Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293302058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.465Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "cds",
  "timestamp": 1658293302109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.469Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eea93c8e-40e2-479c-807e-bb7b57198aac
2022-07-20T05:04:24.470Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eea93c8e-40e2-479c-807e-bb7b57198aac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293303146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.478Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293304199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.479Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293305256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.480Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293306306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.481Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293306870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.482Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293307379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.483Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293308384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.484Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293309162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293309387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293309893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293309868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293310166,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.494Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eea93c8e-40e2-479c-807e-bb7b57198aac
2022-07-20T05:04:24.494Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eea93c8e-40e2-479c-807e-bb7b57198aac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.501Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.501Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.501Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.501Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.501Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293310392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293303113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293303692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.502Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293310965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293311397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293311977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.503Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293312387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.504Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293312085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293312401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293312736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.506Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.506Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293313406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.506Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.506Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.506Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.507Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.507Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.507Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "cds",
  "timestamp": 1658293313207,
  "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-07-20T05:04:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c2efb30-ae8f-488c-bf35-54cc7c703ffb
2022-07-20T05:04:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2efb30-ae8f-488c-bf35-54cc7c703ffb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.526Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.526Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.527Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.527Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.527Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "aai-ml",
  "timestamp": 1658293313740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.531Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eea93c8e-40e2-479c-807e-bb7b57198aac
2022-07-20T05:04:24.531Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eea93c8e-40e2-479c-807e-bb7b57198aac and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.539Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.539Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293313171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.539Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.539Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.539Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "policy-id",
  "timestamp": 1658293314409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.543Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c2efb30-ae8f-488c-bf35-54cc7c703ffb
2022-07-20T05:04:24.544Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2efb30-ae8f-488c-bf35-54cc7c703ffb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.551Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.551Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.551Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.551Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.551Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.552Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.552Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.552Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.552Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.552Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.552Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293314897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.553Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.553Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.553Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293314243,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.557Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eea93c8e-40e2-479c-807e-bb7b57198aac
2022-07-20T05:04:24.557Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eea93c8e-40e2-479c-807e-bb7b57198aac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-20T05:04:24.563Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.563Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.563Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.563Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.563Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293307432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.564Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.564Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.564Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.564Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.564Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.565Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "clamp",
  "timestamp": 1658293315900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.569Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eea93c8e-40e2-479c-807e-bb7b57198aac
2022-07-20T05:04:24.569Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eea93c8e-40e2-479c-807e-bb7b57198aac and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.577Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.577Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293315251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.577Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.577Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.577Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.578Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.578Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.578Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.578Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.578Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.578Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.579Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.579Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.579Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.579Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.579Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.579Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.580Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.580Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.580Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.580Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.580Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.580Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.581Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.581Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.581Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.581Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.581Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.581Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293296077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.582Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.582Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.582Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.582Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.582Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.582Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.583Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.583Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.583Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.583Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.583Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.583Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293319340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.584Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.584Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.584Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.584Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.584Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.584Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.585Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.585Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.585Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.585Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.585Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.586Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.586Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.586Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.586Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.586Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.586Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.587Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.587Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.587Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.587Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293321470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.587Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.588Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.588Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293290659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.588Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.588Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.589Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.589Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.589Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.589Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.589Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.590Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.590Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293322474,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.594Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c2efb30-ae8f-488c-bf35-54cc7c703ffb
2022-07-20T05:04:24.594Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2efb30-ae8f-488c-bf35-54cc7c703ffb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.602Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.602Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293322841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.603Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.603Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.603Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.603Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.603Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.604Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.604Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.604Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.604Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293298949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.604Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.605Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.605Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293316905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:04:24.605Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.605Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.605Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293324363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.605Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.606Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.606Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293325436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.606Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.606Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.606Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293326496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.607Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.607Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.607Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293327519,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.611Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c2efb30-ae8f-488c-bf35-54cc7c703ffb
2022-07-20T05:04:24.611Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2efb30-ae8f-488c-bf35-54cc7c703ffb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-20T05:04:24.616Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.616Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293328529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.617Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.617Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.617Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293332734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.617Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.617Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.618Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293332895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:04:24.618Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.618Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.618Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "aai-ml",
  "timestamp": 1658293333737,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.622Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c2efb30-ae8f-488c-bf35-54cc7c703ffb
2022-07-20T05:04:24.622Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2efb30-ae8f-488c-bf35-54cc7c703ffb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.636Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.636Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293335899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:04:24.637Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:04:24.637Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.637Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2efb30-ae8f-488c-bf35-54cc7c703ffb",
  "consumerID": "clamp",
  "timestamp": 1658293336902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:04:24.643Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c2efb30-ae8f-488c-bf35-54cc7c703ffb
2022-07-20T05:04:24.643Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2efb30-ae8f-488c-bf35-54cc7c703ffb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:04:24.650Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.650Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.650Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.650Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.650Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.651Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.652Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.653Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.654Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.655Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.656Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.657Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.657Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.657Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:24.657Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:04:24.657Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:04:24.657Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:04:53.490Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:04:53.500Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:04:53.503Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:04:53.504Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T05:04:53.504Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T05:04:53.504Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T05:04:53.504Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:04:53.504Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:04:53.505Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:04:53.505Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:04:53.505Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:04:53.505Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:04:53.505Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:04:53.510Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T05:05:23.510Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eea93c8e-40e2-479c-807e-bb7b57198aac and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T05:05:23.516Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eea93c8e-40e2-479c-807e-bb7b57198aac and serviceModelVersionId: f528c332-61e0-4d74-8235-41c11a8b3d5b
2022-07-20T05:05:23.516Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08854e69-0aa6-4d5d-9e5a-79e8d2729cd0
2022-07-20T05:05:23.518Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0
2022-07-20T05:05:23.525Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T05:05:23.575Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0|INFO|500||Invoke
2022-07-20T05:05:23.576Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eea93c8e-40e2-479c-807e-bb7b57198aac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[536fdb3f-eee8-4ab7-a235-43898024b372], X-ECOMP-RequestID=[eea93c8e-40e2-479c-807e-bb7b57198aac], X-TransactionId=[], X-ONAP-RequestID=[eea93c8e-40e2-479c-807e-bb7b57198aac], Content-Type=[application/merge-patch+json]}
2022-07-20T05:05:23.598Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T05:05:23.845Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?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/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220720-05:05:24:114-22461], vertex-id=[250064], Content-Length=[0], Date=[Wed, 20 Jul 2022 05:05:24 GMT], Content-Type=[application/json]}
2022-07-20T05:05:23.846Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T05:05:23.846Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08854e69-0aa6-4d5d-9e5a-79e8d2729cd0/model-vers/model-ver/f528c332-61e0-4d74-8235-41c11a8b3d5b?depth=0|INFO|500||InvokeReturn
2022-07-20T05:05:23.846Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T05:05:23.846Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:05:23.855Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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-07-20T05:05:23.856Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eea93c8e-40e2-479c-807e-bb7b57198aac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T05:05:23.857Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T05:05:23.857Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:23.860Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:23.861Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293523857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T05:05:23.961Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:23.962Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:23.962Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:23.991Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:23.992Z||pool-133-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:05:24.377Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:05:24.377Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:24.453Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:24.454Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.454Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.455Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.456Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.457Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293334740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658293329534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.458Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293332394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293347763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:24.459Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293347565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.460Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.461Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.461Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.461Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "cds",
  "timestamp": 1658293348882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:05:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97e72d96-811b-48cd-8e7f-7ac356ce7b24
2022-07-20T05:05:24.477Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:05:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.485Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.486Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.487Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.488Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.488Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.488Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.488Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.488Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.488Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.489Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.489Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.489Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.489Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.489Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293343693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.490Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293343975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293353444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.491Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293353782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293354449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.492Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.493Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "aai-ml",
  "timestamp": 1658293354786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:05:24.497Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97e72d96-811b-48cd-8e7f-7ac356ce7b24
2022-07-20T05:05:24.498Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:05:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.505Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "policy-id",
  "timestamp": 1658293355452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:05:24.509Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97e72d96-811b-48cd-8e7f-7ac356ce7b24
2022-07-20T05:05:24.509Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:05:24.518Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.518Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.518Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.518Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.518Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293347432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.518Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293357202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:24.519Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.520Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.520Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.520Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.520Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.520Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293358224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-20T05:05:24.520Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.521Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.521Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.521Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.521Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.521Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658293359227,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:05:24.526Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 97e72d96-811b-48cd-8e7f-7ac356ce7b24
2022-07-20T05:05:24.526Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:05:24.532Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.533Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.534Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.534Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.534Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293362902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:24.534Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.534Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.534Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.535Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.535Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.535Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:24.535Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.535Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.535Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293364909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:05:24.536Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.536Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.536Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293356077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:24.536Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:05:24.536Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.536Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "clamp",
  "timestamp": 1658293365913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:05:24.541Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97e72d96-811b-48cd-8e7f-7ac356ce7b24
2022-07-20T05:05:24.541Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T05:05:24.549Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.549Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293365818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:24.549Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.549Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.549Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293367609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:05:24.549Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:05:24.550Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T05:05:24.550Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658293368612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T05:05:24.554Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97e72d96-811b-48cd-8e7f-7ac356ce7b24
2022-07-20T05:05:24.554Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97e72d96-811b-48cd-8e7f-7ac356ce7b24 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T05:05:24.870Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:05:24.871Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:05:24.871Z|eea93c8e-40e2-479c-807e-bb7b57198aac|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:29.351Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:29.352Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-20T05:05:29.353Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"97e72d96-811b-48cd-8e7f-7ac356ce7b24","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c8cb078b-e981-475f-b56f-4fad1062a8a0","serviceDescription":"service","serviceInvariantUUID":"d2cbfce9-db38-4f0a-8af4-b01a95ae074d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff8f93eb-aa20-4d38-8deb-771a4e27613e","resourceInvariantUUID":"c46af1d0-4419-4c68-8027-fc0cd32a3b4d","resourceCustomizationUUID":"b3c80aba-8d5d-4716-828b-83c8a0d49b52","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":"ZTIyZWZiM2M0ODMzMjk3MWI3M2ZkNmQ1MjkzMTlhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7624449-6eca-434d-802f-ca7cf90ad64c","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":"ea890892-19b0-4db0-bcae-7c11849cb806","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":"39db9cab-15c8-4088-877b-fd8b20ca3e28","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":"ZWJkYjhiN2M4Y2RlZmZiZTRkODZkZDhlZWM1ZmNlZTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5c6ffa50-3648-452e-992e-f4ca35e41d17","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":"ec95d4a8-1c0b-4f93-b1c4-2e913529b28b","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":"e5e9461d-1b13-4ba2-ae89-fe064c2878ce","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":"e952770f-0862-4ae2-8c46-f196b0d0c724","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":"MTRlYTMzMWQyNmUzOTNjM2JlZDQzZDNlZmI0MWUxYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1514d88a-29c5-480c-8632-ece919915fcc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODcwYWI0NmNkY2QyNzIyYTgxNTNlMmU1MDQ1ZGM4NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0aa30e4b-21be-431c-a719-a58c27af4e4d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T05:05:29.355Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:29.355Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:29.357Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:29.357Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:29.457Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:29.458Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:29.459Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:29.491Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:29.492Z||pool-134-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:30.358Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:30.358Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:30.361Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:30.361Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:30.461Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T05:05:30.462Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:30.463Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:30.476Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:30.477Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:31.361Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:31.362Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:31.364Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:31.364Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:31.464Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-07-20T05:05:31.465Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:31.465Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:31.479Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:31.480Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:32.377Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:32.378Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:32.380Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:32.380Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:32.480Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:32.481Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:32.481Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:32.499Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:32.499Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:33.381Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:33.381Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:33.383Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:33.383Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:33.483Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:33.484Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:33.485Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:33.503Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:33.504Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:34.384Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:34.384Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:34.386Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:34.386Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:34.487Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:34.487Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:34.488Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:34.506Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:34.506Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:35.387Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:35.387Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:35.389Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:35.390Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:35.490Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:35.491Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:35.491Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:35.524Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:35.524Z||pool-140-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:36.390Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:36.391Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:36.393Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:36.393Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:05:36.493Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:36.494Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:36.494Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:36.509Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:36.510Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:37.394Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T05:05:37.394Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:37.397Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:37.397Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:05:37.497Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:37.498Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:37.498Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:37.513Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:37.513Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:38.397Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c8cb078b-e981-475f-b56f-4fad1062a8a0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2cbfce9-db38-4f0a-8af4-b01a95ae074d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b3c80aba-8d5d-4716-828b-83c8a0d49b52",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ff8f93eb-aa20-4d38-8deb-771a4e27613e",
      "resourceInvariantUUID": "c46af1d0-4419-4c68-8027-fc0cd32a3b4d",
      "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": "ODcwYWI0NmNkY2QyNzIyYTgxNTNlMmU1MDQ1ZGM4NDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0aa30e4b-21be-431c-a719-a58c27af4e4d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-20T05:05:38.398Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T05:05:38.398Z|eea93c8e-40e2-479c-807e-bb7b57198aac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c8cb078b-e981-475f-b56f-4fad1062a8a0 ASDC
2022-07-20T05:05:38.398Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:97e72d96-811b-48cd-8e7f-7ac356ce7b24
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c8cb078b-e981-475f-b56f-4fad1062a8a0
ServiceInvariantUUID:d2cbfce9-db38-4f0a-8af4-b01a95ae074d
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:0aa30e4b-21be-431c-a719-a58c27af4e4d
ArtifactChecksum:ODcwYWI0NmNkY2QyNzIyYTgxNTNlMmU1MDQ1ZGM4NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b3c80aba-8d5d-4716-828b-83c8a0d49b52
ResourceInvariantUUID:c46af1d0-4419-4c68-8027-fc0cd32a3b4d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:ff8f93eb-aa20-4d38-8deb-771a4e27613e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-20T05:05:38.399Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8cb078b-e981-475f-b56f-4fad1062a8a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T05:05:38.431Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T05:05:38.432Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-20T05:05:38.432Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-20T05:05:38.432Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0aa30e4b-21be-431c-a719-a58c27af4e4d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-20T05:05:38.432Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-20T05:05:38.433Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-20T05:05:38.708Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-20T05:05:38.712Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0aa30e4b-21be-431c-a719-a58c27af4e4d 105664
2022-07-20T05:05:38.713Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-20T05:05:38.713Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-20T05:05:38.713Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T05:05:38.713Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:38.715Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:38.715Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293538713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:05:38.816Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:38.816Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:38.816Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:38.915Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:38.916Z||pool-143-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:39.716Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T05:05:39.717Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-20T05:05:39.717Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0aa30e4b-21be-431c-a719-a58c27af4e4d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:39.717Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-20T05:05:39.718Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:39.718Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:39.868Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2338533280517586188/Definitions/service-TestPnfMacro-template.yml
2022-07-20T05:05:40.661Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T05:05:40.661Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-20T05:05:40.661Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:40.661Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-20T05:05:40.662Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:40.662Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:40.662Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:40.662Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-20T05:05:40.662Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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-TestPnfMacro-csar.csar
2022-07-20T05:05:40.662Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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-TestPnfMacro-csar.csar
2022-07-20T05:05:40.663Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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-TestPnfMacro-csar.csar
2022-07-20T05:05:40.663Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-20T05:05:40.663Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.663Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.663Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-20T05:05:40.664Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-20T05:05:40.664Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T05:05:40.664Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.664Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.664Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-20T05:05:40.664Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-20T05:05:40.665Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T05:05:40.665Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.665Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.665Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.665Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.665Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.666Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.666Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.666Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.666Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.666Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.666Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c8cb078b-e981-475f-b56f-4fad1062a8a0
Model Version:NULL
Model InvariantUuid:d2cbfce9-db38-4f0a-8af4-b01a95ae074d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-20T05:05:40.672Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff8f93eb-aa20-4d38-8deb-771a4e27613e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T05:05:40.676Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-07-20T05:05:40.676Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff8f93eb-aa20-4d38-8deb-771a4e27613e
2022-07-20T05:05:40.676Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c8cb078b-e981-475f-b56f-4fad1062a8a0
2022-07-20T05:05:40.676Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c8cb078b-e981-475f-b56f-4fad1062a8a0
2022-07-20T05:05:40.677Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ff8f93eb-aa20-4d38-8deb-771a4e27613e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T05:05:40.680Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59cf44dd, org.onap.sdc.toscaparser.api.parameters.Input@7679fca4, org.onap.sdc.toscaparser.api.parameters.Input@6ebfcfa0, org.onap.sdc.toscaparser.api.parameters.Input@17a97a4f, org.onap.sdc.toscaparser.api.parameters.Input@34e32dcb]
2022-07-20T05:05:40.681Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.681Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.681Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c8cb078b-e981-475f-b56f-4fad1062a8a0: test-pnf
2022-07-20T05:05:40.681Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Processing PNF resource: ff8f93eb-aa20-4d38-8deb-771a4e27613e
2022-07-20T05:05:40.681Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-20T05:05:40.682Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T05:05:40.682Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||Resource customization UUID: b3c80aba-8d5d-4716-828b-83c8a0d49b52 is the same as notified resource customizationUUID: b3c80aba-8d5d-4716-828b-83c8a0d49b52
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-20T05:05:40.721Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ff8f93eb-aa20-4d38-8deb-771a4e27613e 0 ASDC deployResourceStructure
2022-07-20T05:05:40.722Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-20T05:05:40.722Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-20T05:05:40.722Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T05:05:40.722Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:05:40.724Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:05:40.724Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293540722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:05:40.824Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:05:40.825Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:05:40.825Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:05:40.852Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:05:40.853Z||pool-144-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-20T05:05:41.725Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97e72d96-811b-48cd-8e7f-7ac356ce7b24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:05:41.735Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97e72d96-811b-48cd-8e7f-7ac356ce7b24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-20T05:05:41.737Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T05:05:41.737Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.738Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.739Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.739Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-20T05:05:41.739Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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-07-20T05:05:41.743Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T05:06:11.744Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-20T05:06:11.749Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and serviceModelVersionId: c8cb078b-e981-475f-b56f-4fad1062a8a0
2022-07-20T05:06:11.749Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2cbfce9-db38-4f0a-8af4-b01a95ae074d
2022-07-20T05:06:11.750Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0
2022-07-20T05:06:11.754Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T05:06:11.786Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0|INFO|500||Invoke
2022-07-20T05:06:11.787Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97e72d96-811b-48cd-8e7f-7ac356ce7b24], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34ec907b-8a00-4f5a-a84f-4605309a0429], X-ECOMP-RequestID=[97e72d96-811b-48cd-8e7f-7ac356ce7b24], X-TransactionId=[], X-ONAP-RequestID=[97e72d96-811b-48cd-8e7f-7ac356ce7b24], Content-Type=[application/merge-patch+json]}
2022-07-20T05:06:11.805Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-20T05:06:11.982Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?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/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220720-05:06:12:317-2815], vertex-id=[315536], Content-Length=[0], Date=[Wed, 20 Jul 2022 05:06:12 GMT], Content-Type=[application/json]}
2022-07-20T05:06:11.982Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T05:06:11.983Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2cbfce9-db38-4f0a-8af4-b01a95ae074d/model-vers/model-ver/c8cb078b-e981-475f-b56f-4fad1062a8a0?depth=0|INFO|500||InvokeReturn
2022-07-20T05:06:11.983Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T05:06:11.984Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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-07-20T05:06:11.988Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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-07-20T05:06:11.988Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97e72d96-811b-48cd-8e7f-7ac356ce7b24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T05:06:11.988Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T05:06:11.989Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-20T05:06:11.991Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T05:06:11.991Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293571988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T05:06:12.091Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T05:06:12.092Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T05:06:12.092Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T05:06:12.127Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:06:12.128Z||pool-145-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-20T05:06:13.002Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:06:13.002Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:06:13.002Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:06:22.612Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:06:22.613Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:06:22.613Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:06:22.613Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:06:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:06:24.377Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:06:24.377Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:06:24.411Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:06:24.412Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T05:06:24.412Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eea93c8e-40e2-479c-807e-bb7b57198aac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293523857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T05:06:24.413Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:06:32.221Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:06:32.222Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:06:32.223Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:06:32.223Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:06:41.833Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:06:41.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:06:41.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:06:41.834Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:06:51.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:07:24.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:07:24.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:07:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:07:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:07:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:07:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:07:24.931Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:07:24.932Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.932Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.932Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.933Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293524870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-20T05:07:24.934Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293538713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293540722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97e72d96-811b-48cd-8e7f-7ac356ce7b24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658293571988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T05:07:24.935Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T05:07:33.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:08:24.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:08:24.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:08:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:08:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:08:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:08:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:08:33.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:08:33.948Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:09:24.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:09:24.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:09:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:09:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:09:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:09:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:09:33.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:09:33.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:10:24.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:10:24.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:10:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:10:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:10:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:10:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:10:33.928Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:10:33.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:11:24.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:11:24.375Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:11:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:11:24.376Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:11:24.376Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:11:24.377Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:11:33.927Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:11:33.956Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:12:24.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:12:24.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:12:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:12:24.376Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:12:24.376Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:12:24.376Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:12:33.926Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:12:33.947Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:13:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:13:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:13:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:13:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:13:24.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:13:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:13:33.930Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:13:33.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:14:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:14:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:14:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:14:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:14:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:14:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:14:33.935Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:14:33.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:15:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:15:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:15:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:15:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:15:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:15:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:15:33.935Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:15:33.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:16:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:16:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:16:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:16:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:16:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:16:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:16:33.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:16:33.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:17:24.377Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:17:24.377Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:17:24.378Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:17:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:17:24.378Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:17:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:17:33.935Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:17:33.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:18:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:18:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:18:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:18:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:18:24.376Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:18:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:18:33.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:18:33.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:19:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:19:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:19:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:19:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:19:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:19:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:19:33.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:19:33.950Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:20:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:20:24.375Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:20:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:20:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:20:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:20:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:20:33.937Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:20:33.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:21:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:21:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:21:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:21:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:21:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:21:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:21:33.955Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:21:33.981Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:22:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:22:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:22:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:22:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:22:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:22:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:22:33.928Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:22:33.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:23:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:23:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:23:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:23:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:23:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:23:24.377Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:23:33.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:23:33.982Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:24:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:24:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:24:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:24:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:24:24.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:24:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:24:33.927Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:24:33.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:25:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:25:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:25:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:25:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:25:24.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:25:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:25:33.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:25:33.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:26:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:26:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:26:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:26:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:26:24.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:26:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:26:33.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:26:33.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:27:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:27:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:27:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:27:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:27:24.377Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:27:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:27:33.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:27:33.937Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:28:24.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:28:24.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:28:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:28:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:28:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:28:24.376Z|070c0c3b-d526-4b54-9057-6070471144b5|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:28:33.938Z|070c0c3b-d526-4b54-9057-6070471144b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:28:33.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:29:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:29:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:29:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:29:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:29:24.376Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:29:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:29:33.945Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:29:33.947Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:30:24.373Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:30:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:30:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:30:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:30:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:30:24.376Z|5c346135-dab5-454c-b984-cc61d88a2334|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:30:33.959Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:30:33.961Z|5c346135-dab5-454c-b984-cc61d88a2334|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:31:24.373Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:31:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:31:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:31:24.376Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:31:24.377Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:31:24.377Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:31:33.948Z|97e72d96-811b-48cd-8e7f-7ac356ce7b24|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:31:33.950Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:32:24.373Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:32:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:32:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:32:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:32:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:32:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:32:33.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:32:33.943Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:33:24.373Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:33:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:33:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:33:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:33:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:33:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:33:33.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:33:33.952Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:34:24.373Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:34:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:34:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:34:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:34:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:34:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:34:33.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:34:33.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:35:24.373Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:35:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:35:24.374Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:35:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T05:35:24.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T05:35:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T05:35:33.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-20T05:35:34.017Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK