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-16T03:31:06.717Z||main|||||INFO|500||The following profiles are active: basic
2022-07-16T03:31:26.431Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-16T03:31:26.433Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-16T03:31:26.672Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-16T03:31:33.652Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-16T03:31:34.448Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-16T03:31:35.337Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-16T03:31:35.376Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-16T03:31:35.725Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-16T03:31:36.277Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-16T03:31:37.743Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-16T03:31:42.157Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-16T03:31:46.286Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-16T03:31:46.397Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-16T03:31:47.296Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-16T03:31:47.675Z||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-16T03:31:49.948Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-16T03:31:52.056Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-16T03:31:52.098Z||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$$fa32a587.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-16T03:31:52.100Z||main|||||WARN|500||The sdc end point is not alive
2022-07-16T03:31:58.096Z||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-16T03:32:03.391Z||main|||||WARN|500||---
2022-07-16T03:32:03.392Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-16T03:32:03.392Z||main|||||WARN|500||---
2022-07-16T03:32:04.110Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-16T03:32:12.645Z||main|||||INFO|500||Started Application in 71.496 seconds (JVM running for 75.585)
2022-07-16T03:32:12.685Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-16T03:32:12.689Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-16T03:32:12.719Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-16T03:32:12.768Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-16T03:32:12.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2233604b-8f1e-44f9-8462-2ef64f5ca65f url= /sdc/v1/artifactTypes
2022-07-16T03:32:12.843Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-16T03:32:14.099Z||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.47.161] 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$$79f1538a.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-16T03:32:14.105Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14648c87
2022-07-16T03:32:14.105Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-16T03:32:14.138Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-16T03:32:14.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-16T03:32:14.154Z||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$$79f1538a.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-16T03:33:02.637Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-16T03:33:02.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-16T03:33:02.640Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-16T03:33:02.646Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-16T03:33:02.657Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a9cd2ed-1835-4f41-b7c4-00e668a21d40 url= /sdc/v1/artifactTypes
2022-07-16T03:33:02.658Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-16T03:33:03.697Z||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.47.161] 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$$79f1538a.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-16T03:33:03.699Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68ef0482
2022-07-16T03:33:03.699Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-16T03:33:03.702Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-16T03:33:03.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-16T03:33:03.705Z||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$$79f1538a.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-16T03:33:52.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-16T03:33:52.637Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-16T03:33:52.638Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-16T03:33:52.643Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-16T03:33:52.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9786272a-461f-4c6b-84bf-1c29bde9cf08 url= /sdc/v1/artifactTypes
2022-07-16T03:33:52.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-16T03:33:52.941Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-16T03:33:52.958Z||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-16T03:33:52.998Z||scheduling-1|||||DEBUG|500||create keys
2022-07-16T03:33:53.015Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-16T03:33:53.077Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:33:53.104Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45f82225-6deb-4ebb-b069-595b871a60ae url= /sdc/v1/registerForDistribution
2022-07-16T03:33:53.305Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 45f82225-6deb-4ebb-b069-595b871a60ae url= /sdc/v1/registerForDistribution
2022-07-16T03:33:53.306Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-16T03:33:53.321Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:33:53.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:33:53.331Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-16T03:33:53.335Z||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-16T03:33:53.335Z||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-16T03:33:53.335Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:33:53.335Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:34:03.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:34:03.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:34:53.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:34:53.317Z||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-16T03:34:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:34:53.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:34:53.322Z||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-16T03:34:53.324Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:35:02.947Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:35:02.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:35:53.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:35:53.317Z||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-16T03:35:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:35:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:35:53.320Z||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-16T03:35:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:36:02.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:36:02.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:36:53.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:36:53.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:36:53.321Z||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-16T03:36:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:36:53.320Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:36:53.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:37:02.958Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:37:02.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:37:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:37:53.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:37:53.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:37:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:37:53.320Z||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-16T03:37:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:38:02.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:38:02.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:38:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:38:53.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:38:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:38:53.319Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:38:53.321Z||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-16T03:38:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:39:02.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:39:02.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:39:53.317Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:39:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:39:53.321Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:39:53.321Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:39:53.325Z||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-16T03:39:53.326Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:40:02.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:40:02.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:40:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:40:53.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:40:53.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:40:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:40:53.321Z||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-16T03:40:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:41:02.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:41:02.927Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:41:41.644Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-16T03:41:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:41:53.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:41:53.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:41:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:41:53.320Z||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-16T03:41:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:42:02.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:42:02.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:42:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:42:53.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:42:53.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:42:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:42:53.323Z||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-16T03:42:53.324Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:43:02.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:43:02.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:43:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:43:53.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:43:53.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:43:53.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:43:53.320Z||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-16T03:43:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:44:02.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:44:02.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:44:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:44:53.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:44:53.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:44:53.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:44:53.322Z||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-16T03:44:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:45:02.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:45:02.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:45:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:45:53.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:45:53.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:45:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:45:53.322Z||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-16T03:45:53.323Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:46:02.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:46:02.960Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:46:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:46:53.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:46:53.319Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:46:53.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:46:53.320Z||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-16T03:46:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:47:02.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:47:02.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:47:53.317Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:47:53.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:47:53.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:47:53.320Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:47:53.321Z||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-16T03:47:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:48:02.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:48:02.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:48:53.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:48:53.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:48:53.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:48:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:48:53.320Z||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-16T03:48:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:49:02.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:49:02.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:49:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:49:53.318Z||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-16T03:49:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:49:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:49:53.319Z||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-16T03:49:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:50:02.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:50:02.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:50:53.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:50:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:50:53.320Z||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-16T03:50:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:50:53.321Z||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-16T03:50:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:51:02.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:51:02.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:51:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:51:53.318Z||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-16T03:51:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:51:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:51:53.320Z||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-16T03:51:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:52:02.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:52:02.929Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:52:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:52:53.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:52:53.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:52:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:52:53.321Z||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-16T03:52:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:53:02.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:53:02.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:53:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:53:53.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:53:53.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:53:53.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:53:53.320Z||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-16T03:53:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:54:02.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:54:02.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:54:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:54:53.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:54:53.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:54:53.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:54:53.320Z||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-16T03:54:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:55:02.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:55:02.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:55:53.317Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:55:53.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:55:53.321Z||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-16T03:55:53.321Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:55:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:55:53.321Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:56:02.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:56:02.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:56:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:56:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:56:53.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:56:53.320Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:56:53.320Z||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-16T03:56:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:57:02.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:57:02.916Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:57:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:57:53.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:57:53.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:57:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:57:53.320Z||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-16T03:57:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:58:02.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:58:02.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:58:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:58:53.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:58:53.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:58:53.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:58:53.320Z||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-16T03:58:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T03:59:02.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:59:02.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T03:59:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:59:53.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T03:59:53.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T03:59:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T03:59:53.321Z||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-16T03:59:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:00:02.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:00:02.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:00:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:00:53.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T04:00:53.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T04:00:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:00:53.320Z||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-16T04:00:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:01:02.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:01:02.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:01:53.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:01:53.317Z||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-16T04:01:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:01:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:01:53.320Z||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-16T04:01:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:02:02.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:02:02.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:02:53.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:02:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:02:53.319Z||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-16T04:02:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:02:53.320Z||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-16T04:02:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:03:02.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:03:02.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:03:53.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:03:53.317Z||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-16T04:03:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:03:53.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:03:53.325Z||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-16T04:03:53.326Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:04:02.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:04:02.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:04:53.317Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:04:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:04:53.321Z||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-16T04:04:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:04:53.326Z||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-16T04:04:53.327Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:05:02.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:05:02.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:05:53.317Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:05:53.318Z||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-16T04:05:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:05:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:05:53.320Z||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-16T04:05:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:06:02.926Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:06:02.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:06:53.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:06:53.317Z||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-16T04:06:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:06:53.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:06:53.320Z||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-16T04:06:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:07:02.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:07:02.921Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:07:53.317Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:07:53.319Z||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-16T04:07:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:07:53.320Z||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-16T04:07:53.319Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:07:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:08:02.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:08:02.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:08:53.317Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:08:53.318Z||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-16T04:08:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:08:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:08:53.320Z||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-16T04:08:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:09:02.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:09:02.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:09:53.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:09:53.317Z||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-16T04:09:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:09:53.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:09:53.321Z||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-16T04:09:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:10:02.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:10:02.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:10:53.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:10:53.317Z||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-16T04:10:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:10:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:10:53.320Z||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-16T04:10:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:11:02.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:11:02.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:11:53.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:11:53.318Z||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-16T04:11:53.319Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:11:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:11:53.320Z||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-16T04:11:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:12:02.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:12:02.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:12:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:12:53.319Z||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-16T04:12:53.319Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:12:53.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:12:53.321Z||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-16T04:12:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:13:02.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:13:02.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:13:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:13:53.318Z||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-16T04:13:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:13:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:13:53.321Z||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-16T04:13:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:14:02.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:14:02.926Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:14:53.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:14:53.318Z||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-16T04:14:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:14:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:14:53.320Z||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-16T04:14:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:15:02.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:15:02.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:15:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:15:53.317Z||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-16T04:15:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:15:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:15:53.320Z||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-16T04:15:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:16:02.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:16:02.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:16:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:16:53.317Z||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-16T04:16:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:16:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:16:53.320Z||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-16T04:16:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:17:02.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:17:02.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:17:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:17:53.317Z||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-16T04:17:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:17:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:17:53.320Z||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-16T04:17:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:18:02.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:18:02.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:18:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:18:53.317Z||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-16T04:18:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:18:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:18:53.320Z||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-16T04:18:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:19:02.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:19:02.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:19:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:19:53.317Z||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-16T04:19:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:19:53.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:19:53.320Z||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-16T04:19:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:20:02.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:20:02.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:20:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:20:53.318Z||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-16T04:20:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:20:53.321Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:20:53.321Z||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-16T04:20:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:21:02.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:21:02.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:21:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:21:53.317Z||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-16T04:21:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:21:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:21:53.320Z||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-16T04:21:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:22:02.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:22:02.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:22:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:22:53.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T04:22:53.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T04:22:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:22:53.322Z||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-16T04:22:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:23:02.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:23:02.958Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:23:53.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:23:53.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T04:23:53.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T04:23:53.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:23:53.320Z||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-16T04:23:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:24:02.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:24:02.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:24:53.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:24:53.317Z||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-16T04:24:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:24:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:24:53.320Z||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-16T04:24:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:25:02.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:02.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:53.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:25:53.318Z||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-16T04:25:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:25:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:25:53.320Z||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-16T04:25:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:25:57.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:57.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T04:25:57.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"40b21b4f-0fbd-45a7-b8ed-a3f48404254a","serviceName":"vFW 2022-07-16 04-24-16","serviceVersion":"1.0","serviceUUID":"04ab13ed-8734-415f-84d8-435b026a1c3e","serviceDescription":"catalog service description","serviceInvariantUUID":"5b50080f-d701-493e-bab1-533f1e9f8937","resources":[{"resourceInstanceName":"vFW 35b31766-f38b 0","resourceName":"vFW 35b31766-f38b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4197b40-b74a-4614-9385-9e60bba3e83f","resourceInvariantUUID":"dc3af4fa-17dc-4b78-8b34-d7d46815cf38","resourceCustomizationUUID":"fe9ae2ed-ea55-45eb-9014-b030af3e7114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml","artifactChecksum":"MzUwMjJmNzA3OGM2YTVkZDk5OTQ0NGRhMzg2MDU1NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac14522f-f5a4-43c0-a993-cb2c3f0a2ca8","artifactVersion":"1"},{"artifactName":"vfw35b31766f38b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json","artifactChecksum":"ZjZjNDBiZDEyNmJmMDhiOWM1M2FkNDY5ODdiZTM5MmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87fed02f-d1e2-4aa1-ad2e-e6e24db31a39","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8450d202-4498-45b5-85fb-0611e1577c29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ2ODg5MmEyMDVkZjc4MzFkZTE2NzZmZTU2ZTkyYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44edeb08-da65-464c-b2cd-aa80445a903f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b583a2f-4e40-4c84-9e62-42dc2ece8956","artifactVersion":"2","generatedFromUUID":"8450d202-4498-45b5-85fb-0611e1577c29"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220716042416-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml","artifactChecksum":"MGVkMTk3MTk0YTliYjM5YjZhMGU3MTVlM2Q5Y2QzZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"783a5653-affc-4bc1-a008-bc8899ce4cea","artifactVersion":"1"},{"artifactName":"service-Vfw20220716042416-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar","artifactChecksum":"NjM4MzVjYmZiZTJjNzY0NDkxZWRiOTAyNGNkYWM5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"138eb71c-f720-46e1-aec6-670e0d416ea3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:25:57.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:25:57.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:25:57.649Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:25:57.649Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:25:57.750Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-07-16T04:25:57.758Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T04:25:57.759Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:25:57.787Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:57.789Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:25:57.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:57.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:25:57.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:25:57.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:25:58.669Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:25:58.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:25:58.674Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:25:58.674Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:25:58.780Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T04:25:58.782Z||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-16T04:25:58.782Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:25:58.804Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:58.806Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:25:59.675Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:25:59.679Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:25:59.682Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:25:59.682Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:25:59.783Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:25:59.784Z||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-16T04:25:59.788Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:25:59.821Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:25:59.822Z||pool-5-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:00.683Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:26:00.684Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:00.687Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:00.687Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:26:00.788Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:26:00.789Z||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-16T04:26:00.790Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:00.836Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:00.837Z||pool-6-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:26:01.688Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:26:01.689Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:01.693Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:01.693Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-16T04:26:01.793Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:26:01.794Z||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-16T04:26:01.794Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:01.834Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:01.836Z||pool-7-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:02.694Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:26:02.695Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:02.697Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:02.698Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:26:02.798Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:26:02.801Z||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-16T04:26:02.805Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:02.828Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:02.830Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:03.698Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:26:03.700Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:03.702Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:03.703Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:26:03.803Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:26:03.804Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T04:26:03.805Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:03.844Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:03.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:04.707Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "serviceName": "vFW 2022-07-16 04-24-16",
  "serviceVersion": "1.0",
  "serviceUUID": "04ab13ed-8734-415f-84d8-435b026a1c3e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5b50080f-d701-493e-bab1-533f1e9f8937",
  "resources": [
    {
      "resourceInstanceName": "vFW 35b31766-f38b 0",
      "resourceCustomizationUUID": "fe9ae2ed-ea55-45eb-9014-b030af3e7114",
      "resourceName": "vFW 35b31766-f38b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a4197b40-b74a-4614-9385-9e60bba3e83f",
      "resourceInvariantUUID": "dc3af4fa-17dc-4b78-8b34-d7d46815cf38",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw35b31766f38b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
          "artifactChecksum": "ZjZjNDBiZDEyNmJmMDhiOWM1M2FkNDY5ODdiZTM5MmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "87fed02f-d1e2-4aa1-ad2e-e6e24db31a39",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8450d202-4498-45b5-85fb-0611e1577c29",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b583a2f-4e40-4c84-9e62-42dc2ece8956",
            "generatedFromUUID": "8450d202-4498-45b5-85fb-0611e1577c29"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b583a2f-4e40-4c84-9e62-42dc2ece8956",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220716042416-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
      "artifactChecksum": "NjM4MzVjYmZiZTJjNzY0NDkxZWRiOTAyNGNkYWM5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "138eb71c-f720-46e1-aec6-670e0d416ea3"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:26:04.709Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:26:04.710Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04ab13ed-8734-415f-84d8-435b026a1c3e ASDC
2022-07-16T04:26:04.994Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:40b21b4f-0fbd-45a7-b8ed-a3f48404254a
ServiceName:vFW 2022-07-16 04-24-16
ServiceVersion:1.0
ServiceUUID:04ab13ed-8734-415f-84d8-435b026a1c3e
ServiceInvariantUUID:5b50080f-d701-493e-bab1-533f1e9f8937
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220716042416-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar
ArtifactUUID:138eb71c-f720-46e1-aec6-670e0d416ea3
ArtifactChecksum:NjM4MzVjYmZiZTJjNzY0NDkxZWRiOTAyNGNkYWM5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 35b31766-f38b 0
ResourceCustomizationUUID:fe9ae2ed-ea55-45eb-9014-b030af3e7114
ResourceInvariantUUID:dc3af4fa-17dc-4b78-8b34-d7d46815cf38
ResourceName:vFW 35b31766-f38b
ResourceType:VF
ResourceUUID:a4197b40-b74a-4614-9385-9e60bba3e83f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw35b31766f38b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json
ArtifactUUID:87fed02f-d1e2-4aa1-ad2e-e6e24db31a39
ArtifactChecksum:ZjZjNDBiZDEyNmJmMDhiOWM1M2FkNDY5ODdiZTM5MmY=
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/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml
ArtifactUUID:8450d202-4498-45b5-85fb-0611e1577c29
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/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env
ArtifactUUID:8b583a2f-4e40-4c84-9e62-42dc2ece8956
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/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env
ArtifactUUID:8b583a2f-4e40-4c84-9e62-42dc2ece8956
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T04:26:04.995Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04ab13ed-8734-415f-84d8-435b026a1c3e 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-16T04:26:05.450Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:26:05.451Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:26:05.454Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:26:05.454Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 138eb71c-f720-46e1-aec6-670e0d416ea3 from URL: /sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:05.454Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:26:05.457Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:05.564Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:26:05.597Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar 138eb71c-f720-46e1-aec6-670e0d416ea3 98998
2022-07-16T04:26:05.599Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar ASDC sendASDCNotification
2022-07-16T04:26:05.600Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:05.602Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:26:05.603Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:05.606Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:05.607Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945565598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:26:05.705Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:26:05.709Z||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-16T04:26:05.709Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:05.730Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:05.731Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:06.608Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:26:06.609Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:26:06.617Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 138eb71c-f720-46e1-aec6-670e0d416ea3, URL: /sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar to file: /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:06.619Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220716042416-csar.csar
2022-07-16T04:26:06.838Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:06.839Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:08.129Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12287789579036786764/Definitions/service-Vfw20220716042416-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-16T04:26:14.212Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:26:14.226Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:26:14.226Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.227Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-16T04:26:14.227Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.227Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.228Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.228Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.228Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.229Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.229Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35b31766-f38b 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-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.229Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.229Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-Vfw20220716042416-csar.csar
2022-07-16T04:26:14.231Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:26:14.247Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.251Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.263Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:14.264Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:26:14.268Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:26:14.272Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.272Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.273Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:14.273Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:26:14.273Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:26:14.274Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.274Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.281Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.282Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:14.282Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:14.283Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T04:26:14.283Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.283Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.284Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T04:26:14.284Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.284Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:14.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T04:26:14.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T04:26:14.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T04:26:14.286Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.286Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T04:26:14.287Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.287Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T04:26:14.287Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.288Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T04:26:14.291Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.292Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:14.292Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:14.293Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.293Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:14.293Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:14.294Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.294Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:14.294Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:14.294Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.295Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:14.295Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:14.295Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-16T04:26:14.296Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:14.297Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T04:26:14.297Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T04:26:14.297Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.298Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.298Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T04:26:14.298Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.298Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T04:26:14.299Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.299Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aee3ff86-9e8b-4210-9d33-073c60a38b1d
2022-07-16T04:26:14.300Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.300Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:14.300Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:14.301Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T04:26:14.301Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.301Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.301Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T04:26:14.302Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.302Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:14.302Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-16T04:26:14.302Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T04:26:14.303Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.303Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T04:26:14.303Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.304Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=158ffa88-28fa-45cb-abba-14e0d842e71a
2022-07-16T04:26:14.305Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.305Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:14.306Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:14.306Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T04:26:14.306Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.307Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.307Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T04:26:14.307Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.307Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:14.308Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T04:26:14.308Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T04:26:14.308Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:14.309Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:14.309Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-16T04:26:14.309Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ba1d37af-6ca4-40bc-abdc-bd3d405fc5c9
2022-07-16T04:26:14.310Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.310Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.311Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.311Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.311Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.312Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.312Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:14.312Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:14.313Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-16 04-24-16
Description:catalog service description
Model UUID:04ab13ed-8734-415f-84d8-435b026a1c3e
Model Version:NULL
Model InvariantUuid:5b50080f-d701-493e-bab1-533f1e9f8937
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 35b31766-f38b
Model UUID:d48a6ff0-2e20-4684-be37-193002d9fa53
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc3af4fa-17dc-4b78-8b34-d7d46815cf38
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fe9ae2ed-ea55-45eb-9014-b030af3e7114
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e4f8c5e2-ea06-43dc-8b62-bb7a83836402
ModelName:Vfw35b31766F38b..base_vfw..module-0
ModelUuid:6acc9954-62d5-4f3e-948c-1acbff4c90ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aee3ff86-9e8b-4210-9d33-073c60a38b1d
ModelInvariantUuid:ded785b5-6332-433a-8ddc-4c97d968d51c
ModelName:vFW 35b31766-f38b-nodes.vfwCvfc
ModelUuid:123486dc-203f-42e8-a338-783a960f6894
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:95ae4670-f551-4dac-83d2-f2dd2999873e
ModelInvariantUuid:3bb337fc-263d-40c2-aa78-cc3e6ff53e2f
ModelName:Vfw35b31766F38b.compute.nodes.heat.vfw
ModelUuid:4e1b34b0-a738-4fc4-b5a1-b17b873d8006
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:158ffa88-28fa-45cb-abba-14e0d842e71a
ModelInvariantUuid:f40860ce-f527-47a4-9f35-7b9cf1b0c727
ModelName:vFW 35b31766-f38b-nodes.vsnCvfc
ModelUuid:87db0580-9a17-4066-9ec7-0a9fb97dd76a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9fe52932-e0ae-4dc9-ab24-4e2fbebe83d1
ModelInvariantUuid:25eb9304-ebd1-4ce6-b0ba-332585361e4c
ModelName:Vfw35b31766F38b.compute.nodes.heat.vsn
ModelUuid:2e2c10d6-5d61-419c-a0a0-d32910353f71
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ba1d37af-6ca4-40bc-abdc-bd3d405fc5c9
ModelInvariantUuid:0d02fe5e-3ff4-44ab-a3c4-bff15a0adae6
ModelName:vFW 35b31766-f38b-nodes.vpgCvfc
ModelUuid:6b1956c8-9e38-4a30-86ae-a3654ae3a894
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dbc4b833-9626-483f-8dc2-b0c0c29d95f6
ModelInvariantUuid:29b5b3a7-faaf-4b88-bdc8-3efdc6936060
ModelName:Vfw35b31766F38b.compute.nodes.heat.vpg
ModelUuid:841eafaa-7a30-441c-a89c-504d1e0ecc82
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-16T04:26:14.365Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a4197b40-b74a-4614-9385-9e60bba3e83f
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-16T04:26:14.537Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||vFW 35b31766-f38b 0
2022-07-16T04:26:14.549Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4197b40-b74a-4614-9385-9e60bba3e83f
2022-07-16T04:26:14.549Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87fed02f-d1e2-4aa1-ad2e-e6e24db31a39 from URL: /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json
2022-07-16T04:26:14.550Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:26:14.574Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json
2022-07-16T04:26:14.792Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:26:14.793Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json 87fed02f-d1e2-4aa1-ad2e-e6e24db31a39 785
2022-07-16T04:26:14.794Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json ASDC sendASDCNotification
2022-07-16T04:26:14.794Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json
2022-07-16T04:26:14.794Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:26:14.795Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:14.799Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:14.799Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945574794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:26:14.901Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:26:14.902Z||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-16T04:26:14.902Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:14.930Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:14.931Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:15.802Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw35b31766F38b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e4f8c5e2-ea06-43dc-8b62-bb7a83836402",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6acc9954-62d5-4f3e-948c-1acbff4c90ce",
    "vfModuleModelCustomizationUUID": "37dba610-3764-4af3-925f-7fd762f70729",
    "isBase": true,
    "artifacts": [
      "8450d202-4498-45b5-85fb-0611e1577c29",
      "8b583a2f-4e40-4c84-9e62-42dc2ece8956"
    ],
    "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-16T04:26:15.849Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35b31766F38b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6acc9954-62d5-4f3e-948c-1acbff4c90ce
VfModuleModelInvariantUUID:e4f8c5e2-ea06-43dc-8b62-bb7a83836402
VfModuleModelDescription:NULL
Artifacts UUID List:{
8450d202-4498-45b5-85fb-0611e1577c29
,
8b583a2f-4e40-4c84-9e62-42dc2ece8956

}
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-16T04:26:15.861Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw35b31766F38b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e4f8c5e2-ea06-43dc-8b62-bb7a83836402",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6acc9954-62d5-4f3e-948c-1acbff4c90ce",
    "vfModuleModelCustomizationUUID": "37dba610-3764-4af3-925f-7fd762f70729",
    "isBase": true,
    "artifacts": [
      "8450d202-4498-45b5-85fb-0611e1577c29",
      "8b583a2f-4e40-4c84-9e62-42dc2ece8956"
    ],
    "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-16T04:26:15.868Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35b31766F38b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6acc9954-62d5-4f3e-948c-1acbff4c90ce
VfModuleModelInvariantUUID:e4f8c5e2-ea06-43dc-8b62-bb7a83836402
VfModuleModelDescription:NULL
Artifacts UUID List:{
8450d202-4498-45b5-85fb-0611e1577c29
,
8b583a2f-4e40-4c84-9e62-42dc2ece8956

}
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-16T04:26:15.869Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8450d202-4498-45b5-85fb-0611e1577c29 from URL: /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml
2022-07-16T04:26:15.869Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:26:15.870Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml
2022-07-16T04:26:16.013Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:26:16.015Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml 8450d202-4498-45b5-85fb-0611e1577c29 20368
2022-07-16T04:26:16.015Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-16T04:26:16.015Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml
2022-07-16T04:26:16.015Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:26:16.016Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:16.018Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:16.019Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945576015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:26:16.119Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:26:16.135Z||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-16T04:26:16.135Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:16.165Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:16.166Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:17.020Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b583a2f-4e40-4c84-9e62-42dc2ece8956 from URL: /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env
2022-07-16T04:26:17.021Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:26:17.022Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env
2022-07-16T04:26:17.106Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:26:17.107Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env 8b583a2f-4e40-4c84-9e62-42dc2ece8956 2098
2022-07-16T04:26:17.108Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-16T04:26:17.108Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env
2022-07-16T04:26:17.108Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:26:17.109Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:17.113Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:17.114Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945577108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:26:17.221Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T04:26:17.222Z||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-16T04:26:17.222Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:17.244Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:17.245Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:18.115Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 04ab13ed-8734-415f-84d8-435b026a1c3e
2022-07-16T04:26:18.116Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35b31766-f38b 0 a4197b40-b74a-4614-9385-9e60bba3e83f 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-16T04:26:18.186Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de43186, org.onap.sdc.toscaparser.api.parameters.Input@7b516fe8, org.onap.sdc.toscaparser.api.parameters.Input@41bfde07, org.onap.sdc.toscaparser.api.parameters.Input@7e7e2a2b, org.onap.sdc.toscaparser.api.parameters.Input@26a5c63]
2022-07-16T04:26:18.193Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.193Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.194Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-16T04:26:18.195Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fe9ae2ed-ea55-45eb-9014-b030af3e7114
2022-07-16T04:26:18.195Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe9ae2ed-ea55-45eb-9014-b030af3e7114 matches Tosca VF Customization UUID: fe9ae2ed-ea55-45eb-9014-b030af3e7114
2022-07-16T04:26:18.196Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fe9ae2ed-ea55-45eb-9014-b030af3e7114  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-16T04:26:18.207Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.207Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.209Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fe9ae2ed-ea55-45eb-9014-b030af3e7114: {\"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-16T04:26:18.210Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@363204de
2022-07-16T04:26:18.210Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.211Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T04:26:18.212Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37dba610-3764-4af3-925f-7fd762f70729
2022-07-16T04:26:18.214Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37dba610-3764-4af3-925f-7fd762f70729
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-16T04:26:18.223Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.224Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:18.225Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:18.226Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.226Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:18.227Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:18.227Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.228Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:18.229Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:18.229Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-16T04:26:18.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:18.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T04:26:18.231Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T04:26:18.231Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.232Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:18.232Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T04:26:18.233Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:18.233Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T04:26:18.234Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.234Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aee3ff86-9e8b-4210-9d33-073c60a38b1d
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-16T04:26:18.256Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.262Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:18.263Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:18.265Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.265Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:18.266Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:18.266Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T04:26:18.266Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:18.267Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.268Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T04:26:18.269Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.269Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:18.270Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-16T04:26:18.270Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T04:26:18.270Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:18.271Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T04:26:18.271Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.272Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=158ffa88-28fa-45cb-abba-14e0d842e71a
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-16T04:26:18.278Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.279Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:18.280Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:18.284Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is not matching search criteria
2022-07-16T04:26:18.285Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T04:26:18.286Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T04:26:18.287Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:18.287Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.288Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T04:26:18.288Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.289Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T04:26:18.289Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T04:26:18.290Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T04:26:18.290Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T04:26:18.291Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T04:26:18.291Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-16T04:26:18.291Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ba1d37af-6ca4-40bc-abdc-bd3d405fc5c9
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-16T04:26:18.297Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.299Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:18.299Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:26:18.300Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.300Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Node template vFW 35b31766-f38b 0 is matching search criteria
2022-07-16T04:26:18.301Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35b31766-f38b 0] matching following query criteria: sdcType=VF, customizationUUID=fe9ae2ed-ea55-45eb-9014-b030af3e7114
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-16T04:26:18.307Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.308Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.312Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 04ab13ed-8734-415f-84d8-435b026a1c3e: vFW 35b31766-f38b
2022-07-16T04:26:18.313Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.314Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.314Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.314Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.315Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.315Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.315Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.315Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.316Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:26:18.316Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-16 04-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:26:18.317Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-07-16 04-24-16 
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-16T04:26:19.112Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35b31766-f38b a4197b40-b74a-4614-9385-9e60bba3e83f 1 ASDC deployResourceStructure
2022-07-16T04:26:19.113Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json ASDC sendASDCNotification
2022-07-16T04:26:19.113Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json
2022-07-16T04:26:19.113Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:26:19.114Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:19.116Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:19.116Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945579113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:26:19.219Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T04:26:19.221Z||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-16T04:26:19.221Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:19.246Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:19.247Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:20.118Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-16T04:26:20.119Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml
2022-07-16T04:26:20.119Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:26:20.120Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:20.123Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:20.123Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945580118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:26:20.224Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:26:20.225Z||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-16T04:26:20.226Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:20.255Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:20.256Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:21.124Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-16T04:26:21.125Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env
2022-07-16T04:26:21.125Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:26:21.125Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:21.131Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:21.132Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945581124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:26:21.230Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:26:21.231Z||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-16T04:26:21.231Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:21.259Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:21.260Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:26:22.133Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar ASDC sendASDCNotification
2022-07-16T04:26:22.133Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar
2022-07-16T04:26:22.133Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:26:22.134Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:26:22.144Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:26:22.145Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945582133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:26:22.239Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-16T04:26:22.240Z||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-16T04:26:22.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:26:22.270Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:22.270Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:26:23.146Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:26:23.206Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:26:23.214Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:26:23.215Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:26:23.216Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:26:53.217Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:26:53.243Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:26:53.251Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:26:53.252Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:26:53.252Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:26:53.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:26:53.325Z||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-16T04:26:53.325Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:26:53.366Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:26:53.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:26:53.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:26:53.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:27:23.253Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:27:23.277Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:27:23.286Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:27:23.286Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:27:23.286Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:27:53.289Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:27:53.314Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:27:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:27:53.320Z||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-16T04:27:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:27:53.325Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:27:53.325Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:27:53.326Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:27:53.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:27:53.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:27:53.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:27:53.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:23.326Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:28:23.380Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:28:23.385Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:28:23.385Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:28:23.386Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:28:53.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:28:53.323Z||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-16T04:28:53.325Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:28:53.388Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:28:53.407Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:28:53.412Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:28:53.413Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:28:53.413Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:28:53.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:28:53.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945554205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945553188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945553316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945554619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945563853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945563836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945564984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945565598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945564973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945566003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:53.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "policy-id",
  "timestamp": 1657945567011,
  "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-16T04:28:53.929Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
2022-07-16T04:28:53.930Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:28:53.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945566104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945559513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:53.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945567262,
  "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-16T04:28:53.962Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
2022-07-16T04:28:53.962Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:28:53.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945567440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:53.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:53.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:53.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945568277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:53.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:53.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:53.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "cds",
  "timestamp": 1657945568465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-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-16T04:28:53.998Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
2022-07-16T04:28:53.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:28:54.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945568472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:54.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945566919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945574794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945576436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:54.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945576015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945577108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945579113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vfw35b31766f38b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945580118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945581124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/resourceInstances/vfw35b31766f38b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945582133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945583793,
  "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-16T04:28:54.034Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
2022-07-16T04:28:54.035Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:28:54.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945575822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:28:54.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:28:54.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945587916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "aai-ml",
  "timestamp": 1657945588922,
  "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-16T04:28:54.071Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
2022-07-16T04:28:54.071Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:28:54.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945601265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:28:54.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945603304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716042416/1.0/artifacts/service-Vfw20220716042416-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:28:54.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:28:54.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:28:54.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "clamp",
  "timestamp": 1657945604313,
  "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-16T04:28:54.101Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
2022-07-16T04:28:54.102Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:29:23.414Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:29:23.443Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:29:23.448Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:29:23.448Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:29:23.449Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:29:23.450Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:29:23.450Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:29:23.450Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:29:23.450Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:29:23.451Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:29:23.451Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:29:23.451Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:29:23.452Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:29:23.469Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:29:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:29:53.321Z||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-16T04:29:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:29:53.470Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a 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-16T04:29:53.488Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40b21b4f-0fbd-45a7-b8ed-a3f48404254a and serviceModelVersionId: 04ab13ed-8734-415f-84d8-435b026a1c3e
2022-07-16T04:29:53.489Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b50080f-d701-493e-bab1-533f1e9f8937
2022-07-16T04:30:02.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:16.669Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0
2022-07-16T04:30:16.862Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:30:17.690Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0|INFO|500||Invoke
2022-07-16T04:30:17.702Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40b21b4f-0fbd-45a7-b8ed-a3f48404254a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aeefb250-fbfb-4f49-a763-5f4f5053fce5], X-ECOMP-RequestID=[40b21b4f-0fbd-45a7-b8ed-a3f48404254a], X-TransactionId=[], X-ONAP-RequestID=[40b21b4f-0fbd-45a7-b8ed-a3f48404254a], Content-Type=[application/merge-patch+json]}
2022-07-16T04:30:17.898Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:30:18.221Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?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/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-04:30:16:843-73909], vertex-id=[352464], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:30:16 GMT], Content-Type=[application/json]}
2022-07-16T04:30:18.224Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:30:18.226Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b50080f-d701-493e-bab1-533f1e9f8937/model-vers/model-ver/04ab13ed-8734-415f-84d8-435b026a1c3e?depth=0|INFO|500||InvokeReturn
2022-07-16T04:30:18.234Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:30:18.241Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:18.273Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:18.275Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40b21b4f-0fbd-45a7-b8ed-a3f48404254a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:30:18.276Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:30:18.277Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:30:18.280Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:30:18.280Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945818275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:30:18.381Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:30:18.382Z||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-16T04:30:18.383Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:30:18.417Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:18.418Z||pool-18-thread-1|||||INFO|500||cambria reply ok (37 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-16T04:30:19.308Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:30:19.309Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:19.309Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:30:29.829Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:29.830Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:30:29.832Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:29.832Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:30:39.400Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:39.402Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:30:39.403Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:39.404Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:30:48.971Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:48.972Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:30:48.972Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:48.973Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:30:53.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:30:53.321Z||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-16T04:30:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:30:53.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:53.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T04:30:53.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40b21b4f-0fbd-45a7-b8ed-a3f48404254a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945818275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:30:53.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:30:58.566Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:30:58.567Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:30:58.567Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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-16T04:30:58.568Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:31:00.164Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:00.166Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T04:31:00.166Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27","serviceName":"basic_onboard_tLdQAO","serviceVersion":"1.0","serviceUUID":"3bf928c8-0968-4e9c-aa5f-2cf21668288d","serviceDescription":"service","serviceInvariantUUID":"c3cf0b2d-3bc3-49da-a98b-13f06fcec254","resources":[{"resourceInstanceName":"basic_onboard_tLdQAO 0","resourceName":"basic_onboard_tLdQAO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3da9b414-465c-44f4-8e36-7bd9c6b01283","resourceInvariantUUID":"005a8e64-2526-4c4c-b235-5f1abd817b75","resourceCustomizationUUID":"3faf232a-628b-4654-8e8e-0ecd212c1c51","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml","artifactChecksum":"NjBiZTU0YTZlZWZiZTM4OWE1NmQ5MjAyNmJlZGM4NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b56ef42-0ac3-496a-b21d-69448e00345d","artifactVersion":"1"},{"artifactName":"basic_onboard_tldqao0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json","artifactChecksum":"NTE5YzNlYWM1ZDc0ZjhmMTg4NDIwODE4YjhkOTFhNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b1f74c2-e26a-41cf-9530-1e7989daf661","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21d5886a-7ff5-429f-9707-70579155011e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d10967b9-046d-43a3-836f-85c85908f5c3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"361ec93c-7773-42c4-99e3-4798c1382dcd","artifactVersion":"2","generatedFromUUID":"21d5886a-7ff5-429f-9707-70579155011e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTldqao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml","artifactChecksum":"ZmU1OGE0ZDQ1MDlmZjM3N2E5NDY2YzlkZmFiYTk3ZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cf88b0b-f139-437a-a110-138d200fec81","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTldqao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar","artifactChecksum":"MWNiY2U3NWZhNGNmODAzYTZjNzIzMmMzMGRlYjY3MWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d77f7d45-316a-405d-9d94-a71637b9fd14","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:31:00.180Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:00.181Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:00.185Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:00.185Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:00.285Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:31:00.286Z||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-16T04:31:00.286Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:00.313Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:00.314Z||pool-19-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:01.186Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:01.188Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:01.193Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:01.195Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:31:01.293Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:31:01.294Z||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-16T04:31:01.295Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:01.318Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:01.319Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:02.197Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:02.198Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:02.202Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:02.202Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:31:02.302Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:31:02.303Z||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-16T04:31:02.304Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:02.359Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:02.360Z||pool-21-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:03.205Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:03.208Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:03.211Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:03.211Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:03.312Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:31:03.313Z||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-16T04:31:03.313Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:03.356Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:03.357Z||pool-22-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:31:04.213Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:04.215Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:04.220Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:04.221Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-16T04:31:04.321Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:31:04.322Z||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-16T04:31:04.322Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:04.350Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:04.352Z||pool-23-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:05.222Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:05.225Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:05.230Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:05.231Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:05.330Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:31:05.332Z||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-16T04:31:05.332Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:05.380Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:05.381Z||pool-24-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:06.232Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:31:06.234Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:06.238Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:06.238Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:06.338Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:31:06.339Z||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-16T04:31:06.340Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:06.363Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:06.364Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:31:07.242Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "serviceName": "basic_onboard_tLdQAO",
  "serviceVersion": "1.0",
  "serviceUUID": "3bf928c8-0968-4e9c-aa5f-2cf21668288d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c3cf0b2d-3bc3-49da-a98b-13f06fcec254",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tLdQAO 0",
      "resourceCustomizationUUID": "3faf232a-628b-4654-8e8e-0ecd212c1c51",
      "resourceName": "basic_onboard_tLdQAO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3da9b414-465c-44f4-8e36-7bd9c6b01283",
      "resourceInvariantUUID": "005a8e64-2526-4c4c-b235-5f1abd817b75",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tldqao0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
          "artifactChecksum": "NTE5YzNlYWM1ZDc0ZjhmMTg4NDIwODE4YjhkOTFhNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5b1f74c2-e26a-41cf-9530-1e7989daf661",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "21d5886a-7ff5-429f-9707-70579155011e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "361ec93c-7773-42c4-99e3-4798c1382dcd",
            "generatedFromUUID": "21d5886a-7ff5-429f-9707-70579155011e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "361ec93c-7773-42c4-99e3-4798c1382dcd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTldqao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
      "artifactChecksum": "MWNiY2U3NWZhNGNmODAzYTZjNzIzMmMzMGRlYjY3MWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d77f7d45-316a-405d-9d94-a71637b9fd14"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:31:07.243Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:31:07.243Z|40b21b4f-0fbd-45a7-b8ed-a3f48404254a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3bf928c8-0968-4e9c-aa5f-2cf21668288d ASDC
2022-07-16T04:31:07.244Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
ServiceName:basic_onboard_tLdQAO
ServiceVersion:1.0
ServiceUUID:3bf928c8-0968-4e9c-aa5f-2cf21668288d
ServiceInvariantUUID:c3cf0b2d-3bc3-49da-a98b-13f06fcec254
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTldqao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar
ArtifactUUID:d77f7d45-316a-405d-9d94-a71637b9fd14
ArtifactChecksum:MWNiY2U3NWZhNGNmODAzYTZjNzIzMmMzMGRlYjY3MWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tLdQAO 0
ResourceCustomizationUUID:3faf232a-628b-4654-8e8e-0ecd212c1c51
ResourceInvariantUUID:005a8e64-2526-4c4c-b235-5f1abd817b75
ResourceName:basic_onboard_tLdQAO
ResourceType:VF
ResourceUUID:3da9b414-465c-44f4-8e36-7bd9c6b01283
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tldqao0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json
ArtifactUUID:5b1f74c2-e26a-41cf-9530-1e7989daf661
ArtifactChecksum:NTE5YzNlYWM1ZDc0ZjhmMTg4NDIwODE4YjhkOTFhNzc=
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/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml
ArtifactUUID:21d5886a-7ff5-429f-9707-70579155011e
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/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env
ArtifactUUID:361ec93c-7773-42c4-99e3-4798c1382dcd
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/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env
ArtifactUUID:361ec93c-7773-42c4-99e3-4798c1382dcd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T04:31:07.244Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bf928c8-0968-4e9c-aa5f-2cf21668288d 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-16T04:31:07.310Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:31:07.311Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:31:07.312Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:31:07.312Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d77f7d45-316a-405d-9d94-a71637b9fd14 from URL: /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:07.313Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:31:07.313Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:07.507Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:31:07.513Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar d77f7d45-316a-405d-9d94-a71637b9fd14 71574
2022-07-16T04:31:07.514Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar ASDC sendASDCNotification
2022-07-16T04:31:07.514Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:07.514Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:31:07.514Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:07.519Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:07.520Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945867513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:07.618Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:31:07.620Z||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-16T04:31:07.620Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:07.667Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:07.667Z||pool-26-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:08.521Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:31:08.523Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:31:08.523Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d77f7d45-316a-405d-9d94-a71637b9fd14, URL: /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar to file: /app/ASDC/1/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:08.524Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:08.524Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:08.525Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:08.843Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4821577632995004975/Definitions/service-BasicOnboardTldqao-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-16T04:31:10.947Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:31:10.948Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:31:10.948Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.948Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T04:31:10.948Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tLdQAO 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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.948Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.949Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.949Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.949Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.949Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.949Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.949Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.950Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:10.950Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:31:10.950Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.950Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.951Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:10.951Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:31:10.951Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:31:10.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:10.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:31:10.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:31:10.953Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.953Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.953Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.953Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is not matching search criteria
2022-07-16T04:31:10.954Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-16T04:31:10.954Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-16T04:31:10.954Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-16T04:31:10.955Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T04:31:10.955Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T04:31:10.955Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.955Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T04:31:10.956Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.956Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:10.956Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:31:10.956Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.957Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:10.957Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:31:10.957Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.957Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:10.957Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:31:10.958Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.958Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is not matching search criteria
2022-07-16T04:31:10.958Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-16T04:31:10.958Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T04:31:10.958Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=177da564-f32b-44f9-845b-3d3e72db166f
2022-07-16T04:31:10.959Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.959Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.959Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.960Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.960Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.960Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.960Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:10.961Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:10.961Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tLdQAO
Description:service
Model UUID:3bf928c8-0968-4e9c-aa5f-2cf21668288d
Model Version:NULL
Model InvariantUuid:c3cf0b2d-3bc3-49da-a98b-13f06fcec254
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tLdQAO
Model UUID:a796942a-7746-4d77-92d0-3a3147dd502a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:005a8e64-2526-4c4c-b235-5f1abd817b75
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3faf232a-628b-4654-8e8e-0ecd212c1c51
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f38d9bac-57a9-43b6-b171-086b90308fd8
ModelName:BasicOnboardTldqao..base_ubuntu18..module-0
ModelUuid:be65f8bd-1f3b-40e2-ba47-c673c754cb05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:177da564-f32b-44f9-845b-3d3e72db166f
ModelInvariantUuid:380cd662-0ac8-4240-b6e7-52151be4da2f
ModelName:basic_onboard_tLdQAO-nodes.ubuntu18Cvfc
ModelUuid:aa12d9eb-9a4b-4bfb-8d8e-4daae7b1e684
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:72550f8c-b1bd-4718-9632-d491cb44bc0d
ModelInvariantUuid:22658bf4-3610-405f-a354-373aef5c6ca0
ModelName:BasicOnboardTldqao.compute.nodes.heat.ubuntu18
ModelUuid:98ca7009-7721-495f-a019-f5a84cf8b779
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-16T04:31:10.976Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3da9b414-465c-44f4-8e36-7bd9c6b01283
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-16T04:31:10.981Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||basic_onboard_tLdQAO 0
2022-07-16T04:31:10.982Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3da9b414-465c-44f4-8e36-7bd9c6b01283
2022-07-16T04:31:10.982Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5b1f74c2-e26a-41cf-9530-1e7989daf661 from URL: /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json
2022-07-16T04:31:10.982Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:31:10.983Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json
2022-07-16T04:31:11.047Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:31:11.048Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json 5b1f74c2-e26a-41cf-9530-1e7989daf661 798
2022-07-16T04:31:11.048Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json ASDC sendASDCNotification
2022-07-16T04:31:11.049Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json
2022-07-16T04:31:11.049Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:31:11.049Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:11.052Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:11.052Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945871048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:11.152Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:31:11.153Z||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-16T04:31:11.154Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:11.177Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:11.177Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:12.053Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTldqao..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f38d9bac-57a9-43b6-b171-086b90308fd8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be65f8bd-1f3b-40e2-ba47-c673c754cb05",
    "vfModuleModelCustomizationUUID": "dc0bb74a-876c-4956-b838-43fb768feebc",
    "isBase": true,
    "artifacts": [
      "21d5886a-7ff5-429f-9707-70579155011e",
      "361ec93c-7773-42c4-99e3-4798c1382dcd"
    ],
    "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-16T04:31:12.064Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTldqao..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be65f8bd-1f3b-40e2-ba47-c673c754cb05
VfModuleModelInvariantUUID:f38d9bac-57a9-43b6-b171-086b90308fd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
21d5886a-7ff5-429f-9707-70579155011e
,
361ec93c-7773-42c4-99e3-4798c1382dcd

}
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-16T04:31:12.069Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTldqao..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f38d9bac-57a9-43b6-b171-086b90308fd8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be65f8bd-1f3b-40e2-ba47-c673c754cb05",
    "vfModuleModelCustomizationUUID": "dc0bb74a-876c-4956-b838-43fb768feebc",
    "isBase": true,
    "artifacts": [
      "21d5886a-7ff5-429f-9707-70579155011e",
      "361ec93c-7773-42c4-99e3-4798c1382dcd"
    ],
    "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-16T04:31:12.069Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTldqao..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be65f8bd-1f3b-40e2-ba47-c673c754cb05
VfModuleModelInvariantUUID:f38d9bac-57a9-43b6-b171-086b90308fd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
21d5886a-7ff5-429f-9707-70579155011e
,
361ec93c-7773-42c4-99e3-4798c1382dcd

}
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-16T04:31:12.069Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21d5886a-7ff5-429f-9707-70579155011e from URL: /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml
2022-07-16T04:31:12.070Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:31:12.070Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml
2022-07-16T04:31:12.128Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:31:12.129Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml 21d5886a-7ff5-429f-9707-70579155011e 5033
2022-07-16T04:31:12.129Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-16T04:31:12.130Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml
2022-07-16T04:31:12.130Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:31:12.130Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:12.134Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:12.134Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945872129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:12.234Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:31:12.236Z||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-16T04:31:12.236Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:12.256Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:12.258Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:13.135Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 361ec93c-7773-42c4-99e3-4798c1382dcd from URL: /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env
2022-07-16T04:31:13.136Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:31:13.136Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env
2022-07-16T04:31:13.224Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:31:13.225Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env 361ec93c-7773-42c4-99e3-4798c1382dcd 909
2022-07-16T04:31:13.226Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-16T04:31:13.226Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env
2022-07-16T04:31:13.226Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:31:13.227Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:13.235Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:13.235Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945873225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:13.340Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T04:31:13.341Z||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-16T04:31:13.341Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:13.364Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:13.366Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:31:14.236Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3bf928c8-0968-4e9c-aa5f-2cf21668288d
2022-07-16T04:31:14.238Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tLdQAO 0 3da9b414-465c-44f4-8e36-7bd9c6b01283 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-16T04:31:14.259Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73b2d09b, org.onap.sdc.toscaparser.api.parameters.Input@5db948e5, org.onap.sdc.toscaparser.api.parameters.Input@bc1ba31, org.onap.sdc.toscaparser.api.parameters.Input@2c6d07e7, org.onap.sdc.toscaparser.api.parameters.Input@493e2cf9]
2022-07-16T04:31:14.262Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.262Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.262Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-16T04:31:14.262Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3faf232a-628b-4654-8e8e-0ecd212c1c51
2022-07-16T04:31:14.263Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3faf232a-628b-4654-8e8e-0ecd212c1c51 matches Tosca VF Customization UUID: 3faf232a-628b-4654-8e8e-0ecd212c1c51
2022-07-16T04:31:14.263Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3faf232a-628b-4654-8e8e-0ecd212c1c51  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-16T04:31:14.267Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.268Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.269Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3faf232a-628b-4654-8e8e-0ecd212c1c51: {\"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-16T04:31:14.269Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cd7e442
2022-07-16T04:31:14.269Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.270Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T04:31:14.270Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc0bb74a-876c-4956-b838-43fb768feebc
2022-07-16T04:31:14.270Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc0bb74a-876c-4956-b838-43fb768feebc
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-16T04:31:14.277Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.278Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:14.278Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:31:14.279Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.279Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:14.280Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:31:14.280Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.280Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is not matching search criteria
2022-07-16T04:31:14.281Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-16T04:31:14.281Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T04:31:14.282Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=177da564-f32b-44f9-845b-3d3e72db166f
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-16T04:31:14.287Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.288Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:14.288Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:31:14.288Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.288Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tLdQAO 0 is matching search criteria
2022-07-16T04:31:14.289Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tLdQAO 0] matching following query criteria: sdcType=VF, customizationUUID=3faf232a-628b-4654-8e8e-0ecd212c1c51
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-16T04:31:14.293Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.293Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.294Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3bf928c8-0968-4e9c-aa5f-2cf21668288d: basic_onboard_tLdQAO
2022-07-16T04:31:14.294Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.294Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.294Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.295Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.295Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.295Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.295Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.296Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.296Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:31:14.296Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tLdQAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:31:14.297Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_tLdQAO 
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-16T04:31:14.450Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tLdQAO 3da9b414-465c-44f4-8e36-7bd9c6b01283 1 ASDC deployResourceStructure
2022-07-16T04:31:14.451Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json ASDC sendASDCNotification
2022-07-16T04:31:14.452Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json
2022-07-16T04:31:14.452Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:31:14.452Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:14.455Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:14.456Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945874451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:14.555Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:31:14.557Z||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-16T04:31:14.557Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:14.576Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:14.577Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:15.457Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-16T04:31:15.457Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml
2022-07-16T04:31:15.457Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:31:15.458Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:15.473Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:15.474Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945875456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:15.561Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-07-16T04:31:15.566Z||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-16T04:31:15.566Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:15.590Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:15.591Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:31:16.476Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-16T04:31:16.477Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env
2022-07-16T04:31:16.477Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:31:16.477Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:16.483Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:16.484Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945876476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:16.580Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T04:31:16.581Z||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-16T04:31:16.582Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:16.616Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:16.617Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:17.486Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar ASDC sendASDCNotification
2022-07-16T04:31:17.486Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar
2022-07-16T04:31:17.487Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:31:17.487Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:31:17.493Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:31:17.494Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945877485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:17.591Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T04:31:17.592Z||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-16T04:31:17.592Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:31:17.634Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:17.635Z||pool-33-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:31:18.495Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:31:18.527Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:31:18.540Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:31:18.540Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:31:18.541Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:31:48.543Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:31:48.565Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:31:48.571Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:31:48.571Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:31:48.571Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:31:53.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:31:53.320Z||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-16T04:31:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:31:53.977Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:31:53.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945854205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945854619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945853188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945859513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:53.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:53.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:53.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945866505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:53.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945866463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945867513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945867565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945867411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945868582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945867686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "cds",
  "timestamp": 1657945868421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-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-16T04:31:54.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
2022-07-16T04:31:54.032Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:31:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "policy-id",
  "timestamp": 1657945869588,
  "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-16T04:31:54.060Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
2022-07-16T04:31:54.060Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:31:54.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945868820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945869883,
  "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-16T04:31:54.085Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
2022-07-16T04:31:54.086Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:31:54.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945871048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657945870887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945872129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945873225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945868472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:54.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657945866919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945874451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945876360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945875456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945876476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/basic_onboard_tldqao0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:31:54.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945877485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945879139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657945880147,
  "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-16T04:31:54.123Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
2022-07-16T04:31:54.123Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:31:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945877833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "aai-ml",
  "timestamp": 1657945878837,
  "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-16T04:31:54.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
2022-07-16T04:31:54.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:31:54.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/resourceInstances/basic_onboard_tldqao0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:31:54.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945875822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945889394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTldqao/1.0/artifacts/service-BasicOnboardTldqao-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:31:54.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:31:54.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:31:54.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "clamp",
  "timestamp": 1657945890401,
  "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-16T04:31:54.166Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
2022-07-16T04:31:54.167Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:32:18.572Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:32:18.594Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:32:18.601Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:32:18.601Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:32:18.601Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:32:18.601Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:32:18.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:32:18.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:32:18.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:32:18.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:32:18.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:32:18.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:32:18.603Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:32:18.612Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:32:48.613Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 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-16T04:32:48.622Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 and serviceModelVersionId: 3bf928c8-0968-4e9c-aa5f-2cf21668288d
2022-07-16T04:32:48.623Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3cf0b2d-3bc3-49da-a98b-13f06fcec254
2022-07-16T04:32:48.624Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3cf0b2d-3bc3-49da-a98b-13f06fcec254/model-vers/model-ver/3bf928c8-0968-4e9c-aa5f-2cf21668288d?depth=0
2022-07-16T04:32:48.631Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:32:48.728Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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/c3cf0b2d-3bc3-49da-a98b-13f06fcec254/model-vers/model-ver/3bf928c8-0968-4e9c-aa5f-2cf21668288d?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-16T04:32:48.731Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cf0b2d-3bc3-49da-a98b-13f06fcec254/model-vers/model-ver/3bf928c8-0968-4e9c-aa5f-2cf21668288d?depth=0|INFO|500||Invoke
2022-07-16T04:32:48.777Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cf0b2d-3bc3-49da-a98b-13f06fcec254/model-vers/model-ver/3bf928c8-0968-4e9c-aa5f-2cf21668288d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:32:48.938Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cf0b2d-3bc3-49da-a98b-13f06fcec254/model-vers/model-ver/3bf928c8-0968-4e9c-aa5f-2cf21668288d?depth=0|INFO|500||InvokeReturn
2022-07-16T04:32:48.940Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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/c3cf0b2d-3bc3-49da-a98b-13f06fcec254/model-vers/model-ver/3bf928c8-0968-4e9c-aa5f-2cf21668288d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-04:32:47:719-343], vertex-id=[368848], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:32:47 GMT], Content-Type=[application/json]}
2022-07-16T04:32:48.942Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:32:48.942Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:32:48.943Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:32:48.950Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:32:48.951Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:32:48.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:32:48.952Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:32:48.956Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:32:48.957Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945968951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:32:49.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:32:49.058Z||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-16T04:32:49.059Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:32:49.088Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:32:49.090Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 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-16T04:32:49.980Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:32:49.981Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:32:49.982Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:32:53.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:32:53.320Z||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-16T04:32:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:32:53.957Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:32:53.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T04:32:53.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657945968951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:32:53.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:32:59.600Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:32:59.602Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:32:59.604Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:32:59.604Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:33:09.201Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:33:53.316Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:33:53.317Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:33:53.317Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:33:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:33:53.319Z||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-16T04:33:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:34:02.913Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:34:02.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:34:53.316Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:34:53.318Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:34:53.318Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:34:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:34:53.320Z||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-16T04:34:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:35:02.922Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:35:02.982Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:35:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:35:53.318Z||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-16T04:35:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:35:53.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:35:53.320Z||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-16T04:35:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:36:02.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:36:02.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:36:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:36:53.318Z||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-16T04:36:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:36:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:36:53.320Z||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-16T04:36:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:37:02.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:37:02.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:37:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:37:53.317Z||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-16T04:37:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:37:53.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:37:53.322Z||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-16T04:37:53.323Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:38:02.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:38:02.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:38:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:38:53.317Z||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-16T04:38:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:38:53.319Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:38:53.320Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:38:53.320Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:39:02.894Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:39:02.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:39:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:39:53.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:39:53.320Z||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-16T04:39:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:39:53.320Z||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-16T04:39:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:40:02.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:40:02.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:40:53.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:40:53.317Z||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-16T04:40:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:40:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:40:53.320Z||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-16T04:40:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:40:57.949Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:40:57.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:40:57.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d71c7069-2675-41d8-9fe7-790f7a85c9d4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a4b17271-67e5-4b27-8757-39d3c79948ba","serviceDescription":"service","serviceInvariantUUID":"07820650-f805-46f2-9c3e-e37684ebca56","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"808f33dd-ee68-414d-af44-bbf220511922","resourceInvariantUUID":"c9d4f114-6b5c-4eb8-a1c6-8721b699f2ea","resourceCustomizationUUID":"5cf69ddd-401b-4353-be73-24eb40069a30","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":"YjExMDQ0MzkwNWE2YTAwYWEwMjdjODJkNjJiOGFlYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3eabb964-7976-4387-8772-45f63dcad11d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmQzODUxZmQxMzBiZjgxMWNiNjhiODFmMmIyMjg1NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1428a2fc-fef2-4e2c-a7d4-8dd69a6c6def","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:40:57.957Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:40:57.958Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:40:57.963Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:40:57.963Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946453316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:40:58.063Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:40:58.066Z||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-16T04:40:58.067Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:40:58.109Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:40:58.110Z||pool-35-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":5,"count":1}
2022-07-16T04:40:58.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:40:58.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:40:58.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946453316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:40:58.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:40:58.964Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:40:58.965Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:40:58.968Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:40:58.968Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946453316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:40:59.070Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T04:40:59.072Z||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-16T04:40:59.073Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:40:59.115Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:40:59.117Z||pool-36-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:40:59.969Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a4b17271-67e5-4b27-8757-39d3c79948ba",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07820650-f805-46f2-9c3e-e37684ebca56",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5cf69ddd-401b-4353-be73-24eb40069a30",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "808f33dd-ee68-414d-af44-bbf220511922",
      "resourceInvariantUUID": "c9d4f114-6b5c-4eb8-a1c6-8721b699f2ea",
      "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": "NmQzODUxZmQxMzBiZjgxMWNiNjhiODFmMmIyMjg1NWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1428a2fc-fef2-4e2c-a7d4-8dd69a6c6def"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:40:59.970Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:40:59.971Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4b17271-67e5-4b27-8757-39d3c79948ba ASDC
2022-07-16T04:40:59.972Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d71c7069-2675-41d8-9fe7-790f7a85c9d4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a4b17271-67e5-4b27-8757-39d3c79948ba
ServiceInvariantUUID:07820650-f805-46f2-9c3e-e37684ebca56
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:1428a2fc-fef2-4e2c-a7d4-8dd69a6c6def
ArtifactChecksum:NmQzODUxZmQxMzBiZjgxMWNiNjhiODFmMmIyMjg1NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5cf69ddd-401b-4353-be73-24eb40069a30
ResourceInvariantUUID:c9d4f114-6b5c-4eb8-a1c6-8721b699f2ea
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:808f33dd-ee68-414d-af44-bbf220511922
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-16T04:40:59.972Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4b17271-67e5-4b27-8757-39d3c79948ba 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-16T04:41:00.035Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:41:00.037Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-16T04:41:00.037Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-16T04:41:00.038Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1428a2fc-fef2-4e2c-a7d4-8dd69a6c6def from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T04:41:00.038Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-16T04:41:00.039Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T04:41:00.358Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-16T04:41:00.362Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1428a2fc-fef2-4e2c-a7d4-8dd69a6c6def 52514
2022-07-16T04:41:00.363Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:00.363Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:00.364Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:41:00.364Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:41:00.367Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:41:00.367Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946460363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:41:00.467Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:41:00.468Z||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-16T04:41:00.468Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:41:00.498Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:41:00.499Z||pool-37-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:41:01.368Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:41:01.370Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-16T04:41:01.370Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1428a2fc-fef2-4e2c-a7d4-8dd69a6c6def, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T04:41:01.370Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-16T04:41:01.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T04:41:01.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T04:41:01.626Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10649549526156835958/Definitions/service-BasicNetwork-template.yml
2022-07-16T04:41:02.370Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:41:02.370Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-16T04:41:02.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T04:41:02.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-16T04:41:02.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T04:41:02.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-16T04:41:02.373Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.373Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-16T04:41:02.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-16T04:41:02.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:41:02.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-16T04:41:02.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-16T04:41:02.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:41:02.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a4b17271-67e5-4b27-8757-39d3c79948ba
Model Version:NULL
Model InvariantUuid:07820650-f805-46f2-9c3e-e37684ebca56
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c9d4f114-6b5c-4eb8-a1c6-8721b699f2ea
Model UUID:3738c81d-1b8b-4524-bbe5-43719971cd53
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5cf69ddd-401b-4353-be73-24eb40069a30
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-16T04:41:02.402Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 808f33dd-ee68-414d-af44-bbf220511922
2022-07-16T04:41:02.402Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||No resources found for Service: a4b17271-67e5-4b27-8757-39d3c79948ba
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-16T04:41:02.413Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||
2022-07-16T04:41:02.413Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-16T04:41:02.414Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a4b17271-67e5-4b27-8757-39d3c79948ba
2022-07-16T04:41:02.414Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a4b17271-67e5-4b27-8757-39d3c79948ba
2022-07-16T04:41:02.414Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-16T04:41:02.415Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.424Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac5829e, org.onap.sdc.toscaparser.api.parameters.Input@46aa35a1, org.onap.sdc.toscaparser.api.parameters.Input@314e5c18, org.onap.sdc.toscaparser.api.parameters.Input@6d2b0ae5, org.onap.sdc.toscaparser.api.parameters.Input@1b0ca4ac]
2022-07-16T04:41:02.426Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.426Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.427Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.427Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.427Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a4b17271-67e5-4b27-8757-39d3c79948ba: Generic NeutronNet
2022-07-16T04:41:02.427Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.427Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.428Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.428Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.508Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.508Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.509Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.509Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.509Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:41:02.509Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:41:02.510Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.600Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-16T04:41:02.601Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.601Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||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-16T04:41:02.602Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:41:02.602Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:41:02.606Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:41:02.607Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946462601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:41:02.706Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:41:02.707Z||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-16T04:41:02.707Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:41:02.739Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:41:02.741Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:41:03.608Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:41:03.638Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:41:03.646Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:41:03.646Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:41:03.646Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:41:33.648Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:41:33.682Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:41:33.688Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:41:33.690Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:41:33.690Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:41:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:41:53.320Z||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-16T04:41:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:41:53.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:41:53.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:41:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "aai-ml",
  "timestamp": 1657946454205,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:41:53.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:42:03.691Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:42:03.714Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:42:03.719Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:42:03.720Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:42:03.720Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:42:33.721Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:42:33.750Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:42:33.756Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:42:33.756Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:42:33.758Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:42:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:42:53.321Z||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-16T04:42:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:42:53.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:42:53.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:42:53.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946453188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:42:53.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:42:53.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:42:53.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "policy-id",
  "timestamp": 1657946454619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:42:53.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:03.759Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:43:03.781Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:43:03.785Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:43:03.786Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:43:03.786Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:43:33.786Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:43:33.806Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:43:33.811Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:43:33.812Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:43:33.812Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:43:53.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:43:53.322Z||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-16T04:43:53.323Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:43:53.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:43:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946453316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946453188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "policy-id",
  "timestamp": 1657946454619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "aai-ml",
  "timestamp": 1657946454205,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946460363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:43:53.381Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "aai-ml",
  "timestamp": 1657946459358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:43:53.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "policy-id",
  "timestamp": 1657946460421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:43:53.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "cds",
  "timestamp": 1657946459513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:43:53.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "policy-id",
  "timestamp": 1657946461427,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:43:53.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "cds",
  "timestamp": 1657946459513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "policy-id",
  "timestamp": 1657946462434,
  "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-16T04:43:53.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d71c7069-2675-41d8-9fe7-790f7a85c9d4
2022-07-16T04:43:53.407Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d71c7069-2675-41d8-9fe7-790f7a85c9d4 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-16T04:43:53.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946462601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:43:53.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "cds",
  "timestamp": 1657946462498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:43:53.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "cds",
  "timestamp": 1657946463506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T04:43:53.441Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d71c7069-2675-41d8-9fe7-790f7a85c9d4
2022-07-16T04:43:53.442Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d71c7069-2675-41d8-9fe7-790f7a85c9d4 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-16T04:43:53.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "aai-ml",
  "timestamp": 1657946465119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:43:53.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "aai-ml",
  "timestamp": 1657946466123,
  "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-16T04:43:53.471Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d71c7069-2675-41d8-9fe7-790f7a85c9d4
2022-07-16T04:43:53.472Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d71c7069-2675-41d8-9fe7-790f7a85c9d4 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-16T04:43:53.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946468472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:43:53.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946466919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:43:53.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946468472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946466919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:43:53.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946471302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:43:53.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946473122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:43:53.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946474127,
  "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-16T04:43:53.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d71c7069-2675-41d8-9fe7-790f7a85c9d4
2022-07-16T04:43:53.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d71c7069-2675-41d8-9fe7-790f7a85c9d4 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-16T04:43:53.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "clamp",
  "timestamp": 1657946475822,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:43:53.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "clamp",
  "timestamp": 1657946475822,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:43:53.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:43:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "clamp",
  "timestamp": 1657946488606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:43:53.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "clamp",
  "timestamp": 1657946489640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:43:53.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:43:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T04:43:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "clamp",
  "timestamp": 1657946490645,
  "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-16T04:43:53.537Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d71c7069-2675-41d8-9fe7-790f7a85c9d4
2022-07-16T04:43:53.537Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d71c7069-2675-41d8-9fe7-790f7a85c9d4 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-16T04:44:03.813Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:44:03.844Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:44:03.850Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:44:03.851Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:44:03.851Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:44:03.851Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:44:03.851Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:03.852Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:03.852Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:03.852Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:03.852Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:03.852Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:03.853Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T04:44:03.864Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:44:33.868Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4 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-16T04:44:33.899Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d71c7069-2675-41d8-9fe7-790f7a85c9d4 and serviceModelVersionId: a4b17271-67e5-4b27-8757-39d3c79948ba
2022-07-16T04:44:33.900Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07820650-f805-46f2-9c3e-e37684ebca56
2022-07-16T04:44:33.905Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0
2022-07-16T04:44:33.917Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:44:34.057Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0|INFO|500||Invoke
2022-07-16T04:44:34.058Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d71c7069-2675-41d8-9fe7-790f7a85c9d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a4b9e70-2db7-490b-aebb-a94bd7c258c3], X-ECOMP-RequestID=[d71c7069-2675-41d8-9fe7-790f7a85c9d4], X-TransactionId=[], X-ONAP-RequestID=[d71c7069-2675-41d8-9fe7-790f7a85c9d4], Content-Type=[application/merge-patch+json]}
2022-07-16T04:44:34.132Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:44:34.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?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/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220716-04:44:33:056-71311], vertex-id=[172280], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:44:33 GMT], Content-Type=[application/json]}
2022-07-16T04:44:34.379Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:44:34.380Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07820650-f805-46f2-9c3e-e37684ebca56/model-vers/model-ver/a4b17271-67e5-4b27-8757-39d3c79948ba?depth=0|INFO|500||InvokeReturn
2022-07-16T04:44:34.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:44:34.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T04:44:34.391Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T04:44:34.393Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d71c7069-2675-41d8-9fe7-790f7a85c9d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:44:34.394Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:44:34.395Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:34.403Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:34.404Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946674393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:44:34.501Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T04:44:34.502Z||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-16T04:44:34.503Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:34.540Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:34.541Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 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-16T04:44:35.448Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:44:35.449Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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-16T04:44:35.450Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:44:40.234Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:40.236Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T04:44:40.237Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c815821b-74c5-411a-b554-bba7daae17de","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9c2362be-fd5c-4378-a4e4-dd19c8b4b74e","serviceDescription":"service","serviceInvariantUUID":"329731d5-5d7b-46cb-b985-03b4250583ee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8bf6806f-066f-4223-b546-5fb3b4d83d5d","resourceInvariantUUID":"198ff37b-ac68-48ed-80ec-71f975db1eca","resourceCustomizationUUID":"2b7eb9ed-2b59-4189-b727-092f0dcab40f","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":"M2QwNWE1Y2ZmZTA5NWMzYWUwNzI3MjI0MjhjYzAxODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b91f03d2-1e38-43e1-810f-0c3d0d5314c2","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":"MDE0M2ZjMDBmM2Q4OGZhZTY0ZjM4M2YyNDVjM2I1N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9be78167-3a81-47fa-97fc-51e23c05e30b","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":"c424c1b8-c5ed-47fa-922a-ca45110a4b4a","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":"87beea99-1c8d-4bf6-b4a4-7012d7d5007a","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":"e8ac8782-4127-4549-bbc6-39737aa75d30","artifactVersion":"2","generatedFromUUID":"c424c1b8-c5ed-47fa-922a-ca45110a4b4a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTA2YTAyYzFhODhhYzZlMDQyYjBjMGYzNDM0OTMwNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd1b7bd8-b6b3-4337-a32d-0eb4666f6a9a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWJlNTJhN2IwYzYxNGZhNWY2MjI0Y2YzOGVjNjliZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c791fed5-58e7-4152-8c11-b48d6352529a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:44:40.242Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:40.243Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:40.251Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:40.252Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:40.346Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-16T04:44:40.348Z||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-16T04:44:40.349Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:40.370Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:40.371Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:41.255Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:41.255Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:41.258Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:41.258Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:44:41.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:44:41.360Z||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-16T04:44:41.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:41.456Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:41.456Z||pool-41-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:42.273Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:42.275Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:42.281Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:42.282Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:44:42.380Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:44:42.382Z||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-16T04:44:42.382Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:42.423Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:42.424Z||pool-42-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:43.282Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:43.283Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:43.289Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:43.290Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:43.388Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:44:43.402Z||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-16T04:44:43.402Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:43.437Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:43.438Z||pool-43-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:44.292Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:44.295Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:44.301Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:44.302Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T04:44:44.401Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:44:44.403Z||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-16T04:44:44.404Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:44.429Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:44.430Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:45.303Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:45.305Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:45.323Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:45.323Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:45.408Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-07-16T04:44:45.410Z||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-16T04:44:45.411Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:45.468Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:45.468Z||pool-45-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:46.324Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:44:46.325Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:46.330Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:46.330Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:46.435Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-16T04:44:46.436Z||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-16T04:44:46.436Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:46.459Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:46.460Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:47.334Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9c2362be-fd5c-4378-a4e4-dd19c8b4b74e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "329731d5-5d7b-46cb-b985-03b4250583ee",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2b7eb9ed-2b59-4189-b727-092f0dcab40f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8bf6806f-066f-4223-b546-5fb3b4d83d5d",
      "resourceInvariantUUID": "198ff37b-ac68-48ed-80ec-71f975db1eca",
      "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": "MDE0M2ZjMDBmM2Q4OGZhZTY0ZjM4M2YyNDVjM2I1N2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9be78167-3a81-47fa-97fc-51e23c05e30b",
          "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": "c424c1b8-c5ed-47fa-922a-ca45110a4b4a",
          "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": "e8ac8782-4127-4549-bbc6-39737aa75d30",
            "generatedFromUUID": "c424c1b8-c5ed-47fa-922a-ca45110a4b4a"
          },
          "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": "e8ac8782-4127-4549-bbc6-39737aa75d30",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWJlNTJhN2IwYzYxNGZhNWY2MjI0Y2YzOGVjNjliZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c791fed5-58e7-4152-8c11-b48d6352529a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:44:47.334Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:44:47.335Z|1b9ba4da-3eb8-4ce4-b590-fcb1b2d45a27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9c2362be-fd5c-4378-a4e4-dd19c8b4b74e ASDC
2022-07-16T04:44:47.336Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c815821b-74c5-411a-b554-bba7daae17de
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9c2362be-fd5c-4378-a4e4-dd19c8b4b74e
ServiceInvariantUUID:329731d5-5d7b-46cb-b985-03b4250583ee
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:c791fed5-58e7-4152-8c11-b48d6352529a
ArtifactChecksum:NWJlNTJhN2IwYzYxNGZhNWY2MjI0Y2YzOGVjNjliZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2b7eb9ed-2b59-4189-b727-092f0dcab40f
ResourceInvariantUUID:198ff37b-ac68-48ed-80ec-71f975db1eca
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8bf6806f-066f-4223-b546-5fb3b4d83d5d
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:9be78167-3a81-47fa-97fc-51e23c05e30b
ArtifactChecksum:MDE0M2ZjMDBmM2Q4OGZhZTY0ZjM4M2YyNDVjM2I1N2M=
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:c424c1b8-c5ed-47fa-922a-ca45110a4b4a
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:e8ac8782-4127-4549-bbc6-39737aa75d30
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:e8ac8782-4127-4549-bbc6-39737aa75d30
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T04:44:47.336Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c2362be-fd5c-4378-a4e4-dd19c8b4b74e 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-16T04:44:47.400Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:44:47.402Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:44:47.402Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:44:47.402Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c791fed5-58e7-4152-8c11-b48d6352529a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-16T04:44:47.402Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:44:47.403Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:47.555Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:44:47.561Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c791fed5-58e7-4152-8c11-b48d6352529a 71065
2022-07-16T04:44:47.561Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:47.561Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:47.562Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:44:47.562Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:47.565Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:47.566Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946687561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:47.665Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:44:47.666Z||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-16T04:44:47.667Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:47.697Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:47.698Z||pool-47-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:48.567Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:44:48.569Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:44:48.569Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c791fed5-58e7-4152-8c11-b48d6352529a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T04:44:48.570Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-16T04:44:48.571Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T04:44:48.572Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T04:44:48.843Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1542171992598546790/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-16T04:44:51.005Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:44:51.006Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:44:51.006Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.007Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.008Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.008Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.008Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:44:51.008Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.008Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.009Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:51.009Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:44:51.009Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:44:51.009Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.010Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.010Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:51.010Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:44:51.010Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:44:51.010Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.010Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.011Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.011Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-16T04:44:51.011Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-16T04:44:51.011Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-16T04:44:51.012Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-16T04:44:51.012Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T04:44:51.012Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T04:44:51.012Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.012Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.013Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.013Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:51.013Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:44:51.013Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.014Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:51.014Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:44:51.014Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.014Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:51.014Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:44:51.015Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.015Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-16T04:44:51.015Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T04:44:51.015Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T04:44:51.016Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b5d163c4-9178-476b-bcdd-3442363d519c
2022-07-16T04:44:51.016Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.016Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.016Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.016Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.017Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.017Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.017Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:51.017Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.017Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9c2362be-fd5c-4378-a4e4-dd19c8b4b74e
Model Version:NULL
Model InvariantUuid:329731d5-5d7b-46cb-b985-03b4250583ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f4414d33-2c0b-44da-8e09-07f7cbf736fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:198ff37b-ac68-48ed-80ec-71f975db1eca
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2b7eb9ed-2b59-4189-b727-092f0dcab40f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45b392e2-1040-48ac-8b03-248a6c7a4cd6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3c16e49c-b269-4ce1-9e9a-e53c380e4399
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b5d163c4-9178-476b-bcdd-3442363d519c
ModelInvariantUuid:586d2d96-fac1-4549-b63b-310d137b0e45
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:26114567-67bb-477f-a28c-d15c4c7a3102
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ecb7e1db-a3df-4ddc-a8e5-6b70131137e7
ModelInvariantUuid:9a73332e-ce05-46a1-9ff6-85e234687c17
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:45bba8ff-9c10-4726-92b1-26a7ed2c6982
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-16T04:44:51.031Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8bf6806f-066f-4223-b546-5fb3b4d83d5d
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-16T04:44:51.036Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-07-16T04:44:51.036Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8bf6806f-066f-4223-b546-5fb3b4d83d5d
2022-07-16T04:44:51.036Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9be78167-3a81-47fa-97fc-51e23c05e30b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-16T04:44:51.037Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:44:51.037Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.134Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:44:51.135Z|c815821b-74c5-411a-b554-bba7daae17de|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 9be78167-3a81-47fa-97fc-51e23c05e30b 787
2022-07-16T04:44:51.136Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.136Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:51.136Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:44:51.136Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:51.140Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:51.140Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946691136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:51.239Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:44:51.240Z||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-16T04:44:51.240Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:51.272Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:51.273Z||pool-48-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:52.141Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "45b392e2-1040-48ac-8b03-248a6c7a4cd6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c16e49c-b269-4ce1-9e9a-e53c380e4399",
    "vfModuleModelCustomizationUUID": "415960a7-0823-4d79-b78c-ed5ca744bb00",
    "isBase": true,
    "artifacts": [
      "c424c1b8-c5ed-47fa-922a-ca45110a4b4a",
      "e8ac8782-4127-4549-bbc6-39737aa75d30"
    ],
    "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-16T04:44:52.149Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c16e49c-b269-4ce1-9e9a-e53c380e4399
VfModuleModelInvariantUUID:45b392e2-1040-48ac-8b03-248a6c7a4cd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
c424c1b8-c5ed-47fa-922a-ca45110a4b4a
,
e8ac8782-4127-4549-bbc6-39737aa75d30

}
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-16T04:44:52.153Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "45b392e2-1040-48ac-8b03-248a6c7a4cd6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c16e49c-b269-4ce1-9e9a-e53c380e4399",
    "vfModuleModelCustomizationUUID": "415960a7-0823-4d79-b78c-ed5ca744bb00",
    "isBase": true,
    "artifacts": [
      "c424c1b8-c5ed-47fa-922a-ca45110a4b4a",
      "e8ac8782-4127-4549-bbc6-39737aa75d30"
    ],
    "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-16T04:44:52.154Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c16e49c-b269-4ce1-9e9a-e53c380e4399
VfModuleModelInvariantUUID:45b392e2-1040-48ac-8b03-248a6c7a4cd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
c424c1b8-c5ed-47fa-922a-ca45110a4b4a
,
e8ac8782-4127-4549-bbc6-39737aa75d30

}
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-16T04:44:52.154Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c424c1b8-c5ed-47fa-922a-ca45110a4b4a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-16T04:44:52.154Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:44:52.154Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:52.211Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:44:52.211Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c424c1b8-c5ed-47fa-922a-ca45110a4b4a 5033
2022-07-16T04:44:52.212Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:52.212Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:52.212Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:44:52.212Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:52.214Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:52.215Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946692212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:52.321Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T04:44:52.322Z||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-16T04:44:52.322Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:52.344Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:52.345Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:53.215Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e8ac8782-4127-4549-bbc6-39737aa75d30 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-16T04:44:53.216Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:44:53.217Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:53.314Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:44:53.315Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e8ac8782-4127-4549-bbc6-39737aa75d30 903
2022-07-16T04:44:53.316Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:53.316Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:53.316Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:44:53.317Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:44:53.320Z||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-16T04:44:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:44:53.328Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:53.328Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946693316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:53.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946514205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946519513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946513188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946514619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946529571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946529578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946530617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946529568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "cds",
  "timestamp": 1657946530597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T04:44:53.420Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-16T04:44:53.421Z||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-16T04:44:53.421Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:53.435Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c815821b-74c5-411a-b554-bba7daae17de
2022-07-16T04:44:53.436Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c815821b-74c5-411a-b554-bba7daae17de 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-16T04:44:53.452Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:53.452Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:53.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946531622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946530696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "policy-id",
  "timestamp": 1657946532627,
  "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-16T04:44:53.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c815821b-74c5-411a-b554-bba7daae17de
2022-07-16T04:44:53.472Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c815821b-74c5-411a-b554-bba7daae17de 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-16T04:44:53.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946531794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946528472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946532873,
  "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-16T04:44:53.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c815821b-74c5-411a-b554-bba7daae17de
2022-07-16T04:44:53.509Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c815821b-74c5-411a-b554-bba7daae17de 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-16T04:44:53.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946526919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946536395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946533881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946539064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946540070,
  "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-16T04:44:53.533Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c815821b-74c5-411a-b554-bba7daae17de
2022-07-16T04:44:53.533Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c815821b-74c5-411a-b554-bba7daae17de 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-16T04:44:53.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "aai-ml",
  "timestamp": 1657946541121,
  "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-16T04:44:53.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c815821b-74c5-411a-b554-bba7daae17de
2022-07-16T04:44:53.567Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c815821b-74c5-411a-b554-bba7daae17de 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-16T04:44:53.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946535822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946534891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946534515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946544205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946553528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946553541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946554585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946554063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "cds",
  "timestamp": 1657946554551,
  "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-16T04:44:53.644Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb116568-73cd-4a79-9fc5-575265f59a29
2022-07-16T04:44:53.645Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:44:53.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946555627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946554656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946546919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "clamp",
  "timestamp": 1657946556632,
  "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-16T04:44:53.676Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c815821b-74c5-411a-b554-bba7daae17de
2022-07-16T04:44:53.677Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c815821b-74c5-411a-b554-bba7daae17de 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-16T04:44:53.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946555769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946556836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946557992,
  "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-16T04:44:53.704Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb116568-73cd-4a79-9fc5-575265f59a29
2022-07-16T04:44:53.705Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:44:53.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946558996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946554619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946555556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946564400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946564382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946565406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946564386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.740Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "cds",
  "timestamp": 1657946565394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-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-16T04:44:53.778Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
2022-07-16T04:44:53.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a 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-16T04:44:53.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "policy-id",
  "timestamp": 1657946566410,
  "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-16T04:44:53.826Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb116568-73cd-4a79-9fc5-575265f59a29
2022-07-16T04:44:53.827Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:44:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "aai-ml",
  "timestamp": 1657946565390,
  "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-16T04:44:53.856Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb116568-73cd-4a79-9fc5-575265f59a29
2022-07-16T04:44:53.857Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:44:53.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946568258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:44:53.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657946560061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946570854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:53.887Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:44:53.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946571858,
  "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-16T04:44:53.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb116568-73cd-4a79-9fc5-575265f59a29
2022-07-16T04:44:53.903Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:44:53.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:44:53.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:44:54.329Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9c2362be-fd5c-4378-a4e4-dd19c8b4b74e
2022-07-16T04:44:54.335Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8bf6806f-066f-4223-b546-5fb3b4d83d5d 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-16T04:44:54.358Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4259f7a5, org.onap.sdc.toscaparser.api.parameters.Input@75b1d47f, org.onap.sdc.toscaparser.api.parameters.Input@2ea143b3, org.onap.sdc.toscaparser.api.parameters.Input@10152d8d, org.onap.sdc.toscaparser.api.parameters.Input@1d7c04f5]
2022-07-16T04:44:54.360Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.360Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.360Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-16T04:44:54.361Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2b7eb9ed-2b59-4189-b727-092f0dcab40f
2022-07-16T04:44:54.361Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2b7eb9ed-2b59-4189-b727-092f0dcab40f matches Tosca VF Customization UUID: 2b7eb9ed-2b59-4189-b727-092f0dcab40f
2022-07-16T04:44:54.361Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2b7eb9ed-2b59-4189-b727-092f0dcab40f  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-16T04:44:54.366Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.366Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.368Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2b7eb9ed-2b59-4189-b727-092f0dcab40f: {\"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-16T04:44:54.368Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bcd663a
2022-07-16T04:44:54.368Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.368Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.368Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 415960a7-0823-4d79-b78c-ed5ca744bb00
2022-07-16T04:44:54.369Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 415960a7-0823-4d79-b78c-ed5ca744bb00
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-16T04:44:54.373Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.373Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:54.373Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:44:54.373Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.374Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:54.374Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:44:54.375Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.375Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-16T04:44:54.375Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T04:44:54.376Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T04:44:54.376Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b5d163c4-9178-476b-bcdd-3442363d519c
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-16T04:44:54.380Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.381Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:54.381Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:44:54.381Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.382Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T04:44:54.382Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2b7eb9ed-2b59-4189-b727-092f0dcab40f
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-16T04:44:54.389Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.389Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.390Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9c2362be-fd5c-4378-a4e4-dd19c8b4b74e: basic_vm
2022-07-16T04:44:54.390Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.391Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.391Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.392Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.392Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.393Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.393Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.393Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.394Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:44:54.394Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.394Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.537Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8bf6806f-066f-4223-b546-5fb3b4d83d5d 1 ASDC deployResourceStructure
2022-07-16T04:44:54.538Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.539Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:54.539Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:44:54.539Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:54.542Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:54.542Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946694538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:54.643Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:44:54.644Z||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-16T04:44:54.644Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:54.666Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:54.667Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:55.547Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:55.548Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:55.548Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:44:55.548Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:55.552Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:55.552Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946695543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:55.651Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:44:55.652Z||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-16T04:44:55.653Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:55.677Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:55.679Z||pool-52-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:56.554Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:56.554Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:56.554Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:44:56.554Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:56.556Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:56.556Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946696553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:56.657Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:44:56.659Z||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-16T04:44:56.660Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:56.682Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:56.683Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:44:57.558Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:57.558Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:57.558Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:44:57.559Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:44:57.561Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:44:57.561Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946697558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:44:57.662Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:44:57.664Z||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-16T04:44:57.664Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:44:57.683Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:44:57.684Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:44:58.562Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c815821b-74c5-411a-b554-bba7daae17de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:44:58.580Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c815821b-74c5-411a-b554-bba7daae17de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:44:58.584Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:44:58.585Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:44:58.585Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:44:58.585Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:44:58.585Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:58.585Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:58.585Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:58.586Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:58.586Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:58.586Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:44:58.586Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:44:58.594Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:45:28.595Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c815821b-74c5-411a-b554-bba7daae17de 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-16T04:45:28.602Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c815821b-74c5-411a-b554-bba7daae17de and serviceModelVersionId: 9c2362be-fd5c-4378-a4e4-dd19c8b4b74e
2022-07-16T04:45:28.602Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329731d5-5d7b-46cb-b985-03b4250583ee
2022-07-16T04:45:28.603Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0
2022-07-16T04:45:28.607Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:45:28.675Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0|INFO|500||Invoke
2022-07-16T04:45:28.676Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c815821b-74c5-411a-b554-bba7daae17de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70e588b4-e2a5-46b0-8a4d-0827d6e56ad7], X-ECOMP-RequestID=[c815821b-74c5-411a-b554-bba7daae17de], X-TransactionId=[], X-ONAP-RequestID=[c815821b-74c5-411a-b554-bba7daae17de], Content-Type=[application/merge-patch+json]}
2022-07-16T04:45:28.709Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:45:28.900Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?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/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-04:45:27:611-67951], vertex-id=[282744], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:45:27 GMT], Content-Type=[application/json]}
2022-07-16T04:45:28.901Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:45:28.901Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/329731d5-5d7b-46cb-b985-03b4250583ee/model-vers/model-ver/9c2362be-fd5c-4378-a4e4-dd19c8b4b74e?depth=0|INFO|500||InvokeReturn
2022-07-16T04:45:28.902Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:45:28.902Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:45:28.913Z|c815821b-74c5-411a-b554-bba7daae17de|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-16T04:45:28.915Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c815821b-74c5-411a-b554-bba7daae17de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:45:28.915Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:45:28.916Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:28.919Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:28.919Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946728915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:45:29.019Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:29.020Z||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-16T04:45:29.020Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:29.050Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:29.050Z||pool-55-thread-1|||||INFO|500||cambria reply ok (31 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-16T04:45:29.935Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T04:45:29.935Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb116568-73cd-4a79-9fc5-575265f59a29","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ceddb8a2-95a5-4c13-b55a-d428d361e25f","serviceDescription":"service","serviceInvariantUUID":"2000f67f-69b9-4875-80fb-26f10188fbf8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a483f7da-00ad-4fe5-bb98-ae308bb59491","resourceInvariantUUID":"0d6a60cc-5248-4849-af5e-aa6cb24d83c4","resourceCustomizationUUID":"b7ed6e38-5ad2-483f-a119-3c43365eac3a","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":"YTBiMTk1OTJmY2M5YTFlYzM5N2YyMzRjNjk4NDIzYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17c7d75b-75a7-4310-bbe3-1e1a07d917d9","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":"a13d0ddd-0801-4f04-a655-95bd0bca287d","artifactVersion":"2","generatedFromUUID":"7621bfa7-816d-4d49-b929-5a5573a920c5"},{"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":"7621bfa7-816d-4d49-b929-5a5573a920c5","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":"MDVlNDdlNDZhM2I1YTYzYzBkZjY3ZWZhN2VjM2U4YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c1b0ef8-758a-4fea-ada4-4297e73f852a","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":"4016192e-4df1-40cf-9125-984522f3b87a","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":"d91ded32-a5dc-4941-84c3-20d4c7ad1411","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":"4bb02916-de04-4a15-8803-a44985f91262","artifactVersion":"2","generatedFromUUID":"4016192e-4df1-40cf-9125-984522f3b87a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDhhM2FjYjRiYWZjOTg0MzQ0ZWEzYWE3MWVjMDcwMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ef632eb-116e-446a-8f88-c16470189d2b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODA4MmNhMDUxNDIwOTRiODcyMGJhM2U2NDQ0OTRmMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ace4cd56-1f5d-47e0-b1a5-ece3d722b9b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:45:29.936Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:29.936Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:29.938Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:29.939Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:30.039Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:30.040Z||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-16T04:45:30.040Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:30.065Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:30.066Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:30.939Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:30.940Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:30.943Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:30.944Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-16T04:45:31.042Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:45:31.044Z||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-16T04:45:31.044Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:31.081Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:31.082Z||pool-57-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:31.944Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:31.945Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:31.948Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:31.948Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-16T04:45:32.049Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:45:32.052Z||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-16T04:45:32.052Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:32.090Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:32.090Z||pool-58-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:32.949Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:32.950Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:32.954Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:32.955Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:45:33.054Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:45:33.055Z||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-16T04:45:33.056Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:33.089Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:33.090Z||pool-59-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:33.960Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:33.960Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:33.964Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:33.964Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:45:34.065Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:34.066Z||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-16T04:45:34.066Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:34.099Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:34.100Z||pool-60-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:34.965Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:34.966Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:34.970Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:34.970Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:35.069Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:45:35.070Z||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-16T04:45:35.070Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:35.092Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:35.093Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:35.971Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:35.972Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:35.975Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:35.976Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-16T04:45:36.076Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:36.078Z||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-16T04:45:36.079Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:36.108Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:36.108Z||pool-62-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:36.977Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:36.977Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:36.980Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:36.980Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:37.080Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:37.081Z||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-16T04:45:37.081Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:37.124Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:37.125Z||pool-63-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:37.984Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:45:37.985Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:37.987Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:37.988Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:45:38.088Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:38.089Z||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-16T04:45:38.089Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:38.115Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:38.115Z||pool-64-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:38.990Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ceddb8a2-95a5-4c13-b55a-d428d361e25f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2000f67f-69b9-4875-80fb-26f10188fbf8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b7ed6e38-5ad2-483f-a119-3c43365eac3a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a483f7da-00ad-4fe5-bb98-ae308bb59491",
      "resourceInvariantUUID": "0d6a60cc-5248-4849-af5e-aa6cb24d83c4",
      "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": "a13d0ddd-0801-4f04-a655-95bd0bca287d",
          "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": "7621bfa7-816d-4d49-b929-5a5573a920c5",
          "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": "MDVlNDdlNDZhM2I1YTYzYzBkZjY3ZWZhN2VjM2U4YjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c1b0ef8-758a-4fea-ada4-4297e73f852a",
          "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": "4016192e-4df1-40cf-9125-984522f3b87a",
          "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": "4bb02916-de04-4a15-8803-a44985f91262",
            "generatedFromUUID": "4016192e-4df1-40cf-9125-984522f3b87a"
          },
          "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": "4bb02916-de04-4a15-8803-a44985f91262",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODA4MmNhMDUxNDIwOTRiODcyMGJhM2U2NDQ0OTRmMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ace4cd56-1f5d-47e0-b1a5-ece3d722b9b7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:45:38.990Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:45:38.990Z|c815821b-74c5-411a-b554-bba7daae17de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ceddb8a2-95a5-4c13-b55a-d428d361e25f ASDC
2022-07-16T04:45:38.991Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bb116568-73cd-4a79-9fc5-575265f59a29
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ceddb8a2-95a5-4c13-b55a-d428d361e25f
ServiceInvariantUUID:2000f67f-69b9-4875-80fb-26f10188fbf8
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:ace4cd56-1f5d-47e0-b1a5-ece3d722b9b7
ArtifactChecksum:ODA4MmNhMDUxNDIwOTRiODcyMGJhM2U2NDQ0OTRmMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b7ed6e38-5ad2-483f-a119-3c43365eac3a
ResourceInvariantUUID:0d6a60cc-5248-4849-af5e-aa6cb24d83c4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a483f7da-00ad-4fe5-bb98-ae308bb59491
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:a13d0ddd-0801-4f04-a655-95bd0bca287d
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:7621bfa7-816d-4d49-b929-5a5573a920c5
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:0c1b0ef8-758a-4fea-ada4-4297e73f852a
ArtifactChecksum:MDVlNDdlNDZhM2I1YTYzYzBkZjY3ZWZhN2VjM2U4YjI=
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:4016192e-4df1-40cf-9125-984522f3b87a
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:4bb02916-de04-4a15-8803-a44985f91262
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:4bb02916-de04-4a15-8803-a44985f91262
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T04:45:38.991Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ceddb8a2-95a5-4c13-b55a-d428d361e25f 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-16T04:45:39.050Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:45:39.051Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:45:39.051Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:45:39.052Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ace4cd56-1f5d-47e0-b1a5-ece3d722b9b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-16T04:45:39.052Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:45:39.052Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:39.417Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:45:39.428Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ace4cd56-1f5d-47e0-b1a5-ece3d722b9b7 68962
2022-07-16T04:45:39.428Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:39.428Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:39.429Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:45:39.429Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:39.431Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:39.431Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946739428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:39.532Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:39.533Z||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-16T04:45:39.533Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:39.571Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:39.571Z||pool-65-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:40.432Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:45:40.434Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:45:40.435Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ace4cd56-1f5d-47e0-b1a5-ece3d722b9b7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T04:45:40.436Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-16T04:45:40.437Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T04:45:40.438Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T04:45:40.729Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11854220090491136484/Definitions/service-BasicCnf-template.yml
2022-07-16T04:45:42.508Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:45:42.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:45:42.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T04:45:42.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-16T04:45:42.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:45:42.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:42.511Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:45:42.511Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:45:42.511Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.512Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.512Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:42.512Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:45:42.512Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:45:42.512Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.512Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.519Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.520Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-16T04:45:42.521Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-16T04:45:42.522Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-16T04:45:42.522Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T04:45:42.522Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.522Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.522Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.523Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:42.523Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:45:42.524Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.524Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:42.524Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:45:42.524Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.524Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:42.525Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:45:42.525Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.525Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-16T04:45:42.525Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-16T04:45:42.525Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=516e81bc-a86c-49aa-8b49-12186fb2faa8
2022-07-16T04:45:42.526Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.526Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.526Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.526Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.526Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.527Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.527Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:42.527Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.527Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ceddb8a2-95a5-4c13-b55a-d428d361e25f
Model Version:NULL
Model InvariantUuid:2000f67f-69b9-4875-80fb-26f10188fbf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5202a202-c49a-4dff-916e-04ecff81972a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0d6a60cc-5248-4849-af5e-aa6cb24d83c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7ed6e38-5ad2-483f-a119-3c43365eac3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee8652a0-8331-4989-88ff-c47e27d4e2ef
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b800212b-421c-4302-9cd7-ff477c5e9447
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:516e81bc-a86c-49aa-8b49-12186fb2faa8
ModelInvariantUuid:8868f5b9-b87f-433c-87f9-b620c481bef0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f42473d6-bdf6-4db1-8250-04059c1f2d05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:51eea398-5296-4398-874b-7109600e3fac
ModelInvariantUuid:2118169c-feb2-48b0-9351-be5010ece95b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0d170ea2-e728-4b5f-a4f8-c629b9820714
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-16T04:45:42.539Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a483f7da-00ad-4fe5-bb98-ae308bb59491
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-16T04:45:42.544Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-07-16T04:45:42.545Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a483f7da-00ad-4fe5-bb98-ae308bb59491
2022-07-16T04:45:42.545Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a13d0ddd-0801-4f04-a655-95bd0bca287d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-16T04:45:42.545Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:45:42.546Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.635Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:45:42.636Z|bb116568-73cd-4a79-9fc5-575265f59a29|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 a13d0ddd-0801-4f04-a655-95bd0bca287d 12
2022-07-16T04:45:42.636Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.636Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:42.636Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:45:42.637Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:42.640Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:42.640Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946742636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:42.741Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:45:42.743Z||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-16T04:45:42.743Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:42.770Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:42.771Z||pool-66-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:43.641Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7621bfa7-816d-4d49-b929-5a5573a920c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-16T04:45:43.642Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:45:43.642Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:43.807Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:45:43.807Z|bb116568-73cd-4a79-9fc5-575265f59a29|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 7621bfa7-816d-4d49-b929-5a5573a920c5 2688
2022-07-16T04:45:43.808Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:43.808Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:43.808Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:45:43.808Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:43.812Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:43.812Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946743808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:43.912Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:45:43.914Z||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-16T04:45:43.914Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:43.948Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:43.950Z||pool-67-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:44.814Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0c1b0ef8-758a-4fea-ada4-4297e73f852a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-16T04:45:44.815Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:45:44.815Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:44.882Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:45:44.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|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 0c1b0ef8-758a-4fea-ada4-4297e73f852a 828
2022-07-16T04:45:44.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:44.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:44.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:45:44.885Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:44.896Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:44.897Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946744884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:44.990Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-16T04:45:44.991Z||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-16T04:45:44.992Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:45.045Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:45.045Z||pool-68-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:45.898Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ee8652a0-8331-4989-88ff-c47e27d4e2ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b800212b-421c-4302-9cd7-ff477c5e9447",
    "vfModuleModelCustomizationUUID": "256c79a6-2305-48b2-ae50-a1a04bc6fde3",
    "isBase": true,
    "artifacts": [
      "4016192e-4df1-40cf-9125-984522f3b87a",
      "7621bfa7-816d-4d49-b929-5a5573a920c5",
      "4bb02916-de04-4a15-8803-a44985f91262"
    ],
    "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-16T04:45:45.905Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b800212b-421c-4302-9cd7-ff477c5e9447
VfModuleModelInvariantUUID:ee8652a0-8331-4989-88ff-c47e27d4e2ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
4016192e-4df1-40cf-9125-984522f3b87a
,
7621bfa7-816d-4d49-b929-5a5573a920c5
,
4bb02916-de04-4a15-8803-a44985f91262

}
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-16T04:45:45.909Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ee8652a0-8331-4989-88ff-c47e27d4e2ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b800212b-421c-4302-9cd7-ff477c5e9447",
    "vfModuleModelCustomizationUUID": "256c79a6-2305-48b2-ae50-a1a04bc6fde3",
    "isBase": true,
    "artifacts": [
      "4016192e-4df1-40cf-9125-984522f3b87a",
      "7621bfa7-816d-4d49-b929-5a5573a920c5",
      "4bb02916-de04-4a15-8803-a44985f91262"
    ],
    "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-16T04:45:45.910Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b800212b-421c-4302-9cd7-ff477c5e9447
VfModuleModelInvariantUUID:ee8652a0-8331-4989-88ff-c47e27d4e2ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
4016192e-4df1-40cf-9125-984522f3b87a
,
7621bfa7-816d-4d49-b929-5a5573a920c5
,
4bb02916-de04-4a15-8803-a44985f91262

}
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-16T04:45:45.910Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4016192e-4df1-40cf-9125-984522f3b87a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-16T04:45:45.910Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:45:45.910Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:46.001Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:45:46.002Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4016192e-4df1-40cf-9125-984522f3b87a 1164
2022-07-16T04:45:46.002Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:46.002Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:46.003Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:45:46.003Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:46.007Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:46.007Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946746002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:46.107Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:45:46.109Z||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-16T04:45:46.109Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:46.129Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:46.130Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:47.008Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4bb02916-de04-4a15-8803-a44985f91262 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-16T04:45:47.009Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:45:47.009Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:47.265Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:45:47.266Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4bb02916-de04-4a15-8803-a44985f91262 200
2022-07-16T04:45:47.267Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:47.267Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:47.267Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:45:47.267Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:47.271Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:47.271Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946747267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:47.371Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:47.372Z||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-16T04:45:47.372Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:47.398Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:47.398Z||pool-70-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:48.271Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ceddb8a2-95a5-4c13-b55a-d428d361e25f
2022-07-16T04:45:48.272Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a483f7da-00ad-4fe5-bb98-ae308bb59491 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-07-16T04:45:48.300Z|bb116568-73cd-4a79-9fc5-575265f59a29|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 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-16T04:45:48.307Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41c68792, org.onap.sdc.toscaparser.api.parameters.Input@311d4cd8, org.onap.sdc.toscaparser.api.parameters.Input@b2b6c8b, org.onap.sdc.toscaparser.api.parameters.Input@34d99718, org.onap.sdc.toscaparser.api.parameters.Input@41567c06]
2022-07-16T04:45:48.309Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.310Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.311Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-16T04:45:48.311Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b7ed6e38-5ad2-483f-a119-3c43365eac3a
2022-07-16T04:45:48.312Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7ed6e38-5ad2-483f-a119-3c43365eac3a matches Tosca VF Customization UUID: b7ed6e38-5ad2-483f-a119-3c43365eac3a
2022-07-16T04:45:48.312Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b7ed6e38-5ad2-483f-a119-3c43365eac3a  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-16T04:45:48.316Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.317Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.318Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b7ed6e38-5ad2-483f-a119-3c43365eac3a: {\"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-16T04:45:48.318Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32f0c48b
2022-07-16T04:45:48.319Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.319Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.319Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 256c79a6-2305-48b2-ae50-a1a04bc6fde3
2022-07-16T04:45:48.319Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 256c79a6-2305-48b2-ae50-a1a04bc6fde3
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-16T04:45:48.324Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.326Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:48.326Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:45:48.327Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.327Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:48.327Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:45:48.328Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.328Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-16T04:45:48.328Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-16T04:45:48.329Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=516e81bc-a86c-49aa-8b49-12186fb2faa8
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-16T04:45:48.337Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.339Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:48.339Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T04:45:48.340Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.340Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T04:45:48.340Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b7ed6e38-5ad2-483f-a119-3c43365eac3a
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-16T04:45:48.347Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.348Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.348Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ceddb8a2-95a5-4c13-b55a-d428d361e25f: basic_cnf
2022-07-16T04:45:48.348Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.349Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.351Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.351Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.352Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.352Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.353Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.353Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.354Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:45:48.354Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.354Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.501Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a483f7da-00ad-4fe5-bb98-ae308bb59491 1 ASDC deployResourceStructure
2022-07-16T04:45:48.503Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.503Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:48.504Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T04:45:48.504Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:48.507Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:48.508Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946748502,
  "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-16T04:45:48.607Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:45:48.608Z||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-16T04:45:48.608Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:48.627Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:48.628Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:49.509Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:49.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:49.510Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T04:45:49.511Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:49.513Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:49.514Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946749509,
  "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-16T04:45:49.614Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:49.615Z||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-16T04:45:49.615Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:49.644Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:49.645Z||pool-72-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:50.515Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:50.515Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:50.515Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:45:50.516Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:50.518Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:50.518Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946750515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:50.618Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:50.619Z||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-16T04:45:50.619Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:50.646Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:50.647Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:51.518Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:51.521Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:51.521Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:45:51.521Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:51.523Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:51.523Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946751518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:51.624Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:51.626Z||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-16T04:45:51.626Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:51.647Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:51.648Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:52.528Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:52.528Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:52.529Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:45:52.529Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:52.532Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:52.532Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946752528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:52.632Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:45:52.633Z||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-16T04:45:52.634Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:52.679Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:52.680Z||pool-75-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:45:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:45:53.320Z||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-16T04:45:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:45:53.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:53.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946566919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946575975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946577200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:53.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946558472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:45:53.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657946578211,
  "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-16T04:45:53.408Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
2022-07-16T04:45:53.408Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a 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-16T04:45:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946581172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:53.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946580600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946583280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:53.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946574619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:45:53.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946582622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:53.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657946584300,
  "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-16T04:45:53.442Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
2022-07-16T04:45:53.443Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a 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-16T04:45:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946574205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:45:53.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946583416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:53.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "clamp",
  "timestamp": 1657946583628,
  "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-16T04:45:53.475Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb116568-73cd-4a79-9fc5-575265f59a29
2022-07-16T04:45:53.475Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:45:53.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946583087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:53.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946584420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:53.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "policy-id",
  "timestamp": 1657946585424,
  "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-16T04:45:53.505Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
2022-07-16T04:45:53.505Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a 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-16T04:45:53.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:45:53.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946590426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:53.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946565822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:45:53.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:45:53.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "aai-ml",
  "timestamp": 1657946591430,
  "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-16T04:45:53.533Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:53.533Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:53.535Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:45:53.536Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:45:53.539Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
2022-07-16T04:45:53.540Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a and ComponentName AAI
2022-07-16T04:45:53.541Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:45:53.542Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946753533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-16T04:45:53.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946595611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:45:53.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946597630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:45:53.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:45:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:45:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "clamp",
  "timestamp": 1657946598636,
  "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-16T04:45:53.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
2022-07-16T04:45:53.567Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a 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-16T04:45:53.639Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T04:45:53.640Z||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-16T04:45:53.640Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:45:53.676Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:45:53.677Z||pool-76-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:45:54.542Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb116568-73cd-4a79-9fc5-575265f59a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:45:54.568Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb116568-73cd-4a79-9fc5-575265f59a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:45:54.574Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:45:54.574Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:45:54.575Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:45:54.575Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:45:54.575Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:45:54.575Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:45:54.575Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:45:54.576Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:45:54.576Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:45:54.576Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:45:54.576Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:45:54.585Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:46:24.586Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb116568-73cd-4a79-9fc5-575265f59a29 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-16T04:46:24.594Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb116568-73cd-4a79-9fc5-575265f59a29 and serviceModelVersionId: ceddb8a2-95a5-4c13-b55a-d428d361e25f
2022-07-16T04:46:24.594Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2000f67f-69b9-4875-80fb-26f10188fbf8
2022-07-16T04:46:24.595Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0
2022-07-16T04:46:24.598Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:46:24.683Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0|INFO|500||Invoke
2022-07-16T04:46:24.684Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb116568-73cd-4a79-9fc5-575265f59a29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71b40352-329f-450d-9401-c73bfcaf10e4], X-ECOMP-RequestID=[bb116568-73cd-4a79-9fc5-575265f59a29], X-TransactionId=[], X-ONAP-RequestID=[bb116568-73cd-4a79-9fc5-575265f59a29], Content-Type=[application/merge-patch+json]}
2022-07-16T04:46:24.716Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:46:24.883Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?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/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-04:46:23:619-61636], vertex-id=[221288], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:46:23 GMT], Content-Type=[application/json]}
2022-07-16T04:46:24.883Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:46:24.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2000f67f-69b9-4875-80fb-26f10188fbf8/model-vers/model-ver/ceddb8a2-95a5-4c13-b55a-d428d361e25f?depth=0|INFO|500||InvokeReturn
2022-07-16T04:46:24.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:46:24.884Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:46:24.894Z|bb116568-73cd-4a79-9fc5-575265f59a29|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-16T04:46:24.895Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb116568-73cd-4a79-9fc5-575265f59a29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:46:24.895Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:46:24.895Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:24.898Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:24.898Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946784895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:46:24.998Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:24.999Z||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-16T04:46:24.999Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:25.054Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:25.054Z||pool-77-thread-1|||||INFO|500||cambria reply ok (56 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-16T04:46:25.927Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T04:46:25.928Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a","serviceName":"Demo_pNF_cDiT94Fq7nve96KDDVbk","serviceVersion":"1.0","serviceUUID":"4fae0c8b-f17d-41bb-b53a-11a339fc2ba0","serviceDescription":"catalog service description","serviceInvariantUUID":"52d2fcb6-efa1-4e5d-8065-dde3d487d480","resources":[{"resourceInstanceName":"pNF cf6441f8-f77b 0","resourceName":"pNF cf6441f8-f77b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c96e6fc5-7e81-4f7f-89ce-2d884e460ff7","resourceInvariantUUID":"77d8443a-fddd-4ec1-a1a5-882d665cb206","resourceCustomizationUUID":"b1082b3b-6b98-4eae-b2c0-926b0772bceb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml","artifactChecksum":"NTgwZjUxOTEwYmM0NGI3MzAwM2QyZjc3OWQ2NmE1Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd1aaae9-cc62-4c52-9c4e-b9aebb506324","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar","artifactChecksum":"NTljZmE1NDVhZTQxNWIyMmQ0YTM4ZjI4NjVjZDlkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a6c607a-546b-4f56-920c-0894661607e3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6fc8cb3-d74b-43ea-a0e3-1574fa306803","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml","artifactChecksum":"MmU2MmM5YmZhMjVhMzEzOWQ0NTRjOTQ2ZTdkY2EyOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b822912-7b6f-491c-b6a1-9272a360f946","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65493a1b-0336-440d-a960-4156f51ae68b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6709e64-1f58-4189-97d0-b23bdd4a6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCdit94fq7nve96kddvbk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml","artifactChecksum":"ZmIxZTYwZDRkZjA1YzhhMGVmYzU3MTk3ZTFlNWZkOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d60b98a-c80e-4096-9c3c-075e8c8016b8","artifactVersion":"1"},{"artifactName":"service-DemoPnfCdit94fq7nve96kddvbk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar","artifactChecksum":"ZTcyMjVmNjdjZWNjODY2YjFkNzUxYWJjMzg1NmZjNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa02781f-27fa-4115-afaa-c727e5b814cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:46:25.928Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:25.929Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:25.932Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:25.932Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:26.032Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:26.034Z||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-16T04:46:26.034Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:26.092Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:26.093Z||pool-78-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:26.933Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:26.933Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:26.935Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:26.935Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:27.036Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:27.037Z||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-16T04:46:27.037Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:27.076Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:27.077Z||pool-79-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:46:27.936Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:27.936Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:27.940Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:27.940Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:28.045Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T04:46:28.046Z||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-16T04:46:28.046Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:28.100Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:28.101Z||pool-80-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:28.941Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:28.941Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:28.944Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:28.944Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:29.044Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:29.045Z||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-16T04:46:29.045Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:29.218Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:29.218Z||pool-81-thread-1|||||INFO|500||cambria reply ok (174 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:29.945Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:29.946Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:29.949Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:29.949Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:30.048Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:46:30.049Z||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-16T04:46:30.049Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:30.086Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:30.087Z||pool-82-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:30.950Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:30.951Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:30.953Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:30.953Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:31.053Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:31.055Z||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-16T04:46:31.055Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:31.090Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:31.091Z||pool-83-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:46:31.954Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:31.955Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:31.957Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:31.957Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:32.057Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:32.058Z||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-16T04:46:32.058Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:32.105Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:32.106Z||pool-84-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:32.958Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:46:32.959Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:32.965Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:32.966Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:46:33.062Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T04:46:33.063Z||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-16T04:46:33.064Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:33.091Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:33.092Z||pool-85-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:33.967Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "serviceName": "Demo_pNF_cDiT94Fq7nve96KDDVbk",
  "serviceVersion": "1.0",
  "serviceUUID": "4fae0c8b-f17d-41bb-b53a-11a339fc2ba0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52d2fcb6-efa1-4e5d-8065-dde3d487d480",
  "resources": [
    {
      "resourceInstanceName": "pNF cf6441f8-f77b 0",
      "resourceCustomizationUUID": "b1082b3b-6b98-4eae-b2c0-926b0772bceb",
      "resourceName": "pNF cf6441f8-f77b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c96e6fc5-7e81-4f7f-89ce-2d884e460ff7",
      "resourceInvariantUUID": "77d8443a-fddd-4ec1-a1a5-882d665cb206",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
      "artifactChecksum": "ZTcyMjVmNjdjZWNjODY2YjFkNzUxYWJjMzg1NmZjNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa02781f-27fa-4115-afaa-c727e5b814cb"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:46:33.967Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:46:33.969Z|bb116568-73cd-4a79-9fc5-575265f59a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fae0c8b-f17d-41bb-b53a-11a339fc2ba0 ASDC
2022-07-16T04:46:33.970Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
ServiceName:Demo_pNF_cDiT94Fq7nve96KDDVbk
ServiceVersion:1.0
ServiceUUID:4fae0c8b-f17d-41bb-b53a-11a339fc2ba0
ServiceInvariantUUID:52d2fcb6-efa1-4e5d-8065-dde3d487d480
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
ArtifactUUID:aa02781f-27fa-4115-afaa-c727e5b814cb
ArtifactChecksum:ZTcyMjVmNjdjZWNjODY2YjFkNzUxYWJjMzg1NmZjNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cf6441f8-f77b 0
ResourceCustomizationUUID:b1082b3b-6b98-4eae-b2c0-926b0772bceb
ResourceInvariantUUID:77d8443a-fddd-4ec1-a1a5-882d665cb206
ResourceName:pNF cf6441f8-f77b
ResourceType:PNF
ResourceUUID:c96e6fc5-7e81-4f7f-89ce-2d884e460ff7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-16T04:46:33.970Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fae0c8b-f17d-41bb-b53a-11a339fc2ba0 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-16T04:46:34.055Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:46:34.056Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:46:34.056Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:46:34.056Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa02781f-27fa-4115-afaa-c727e5b814cb from URL: /sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:34.057Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T04:46:34.057Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:34.377Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T04:46:34.384Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar aa02781f-27fa-4115-afaa-c727e5b814cb 82648
2022-07-16T04:46:34.384Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar ASDC sendASDCNotification
2022-07-16T04:46:34.384Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:34.384Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:46:34.385Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:34.387Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:34.387Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946794384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:46:34.488Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:46:34.489Z||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-16T04:46:34.489Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:34.558Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:34.558Z||pool-86-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:35.388Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:46:35.389Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T04:46:35.390Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: aa02781f-27fa-4115-afaa-c727e5b814cb, URL: /sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar to file: /app/ASDC/1/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:35.390Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:35.391Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:35.392Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:35.603Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8122236708393152700/Definitions/service-DemoPnfCdit94fq7nve96kddvbk-template.yml
2022-07-16T04:46:36.899Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cf6441f8-f77b 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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.900Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.901Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.901Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.901Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:36.901Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T04:46:36.902Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.902Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.902Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Node template pNF cf6441f8-f77b 0 is matching search criteria
2022-07-16T04:46:36.902Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:46:36.903Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cf6441f8-f77b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:46:36.903Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.903Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.903Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Node template pNF cf6441f8-f77b 0 is matching search criteria
2022-07-16T04:46:36.903Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T04:46:36.904Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cf6441f8-f77b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:46:36.904Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.904Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.904Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.904Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.904Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.905Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.905Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.905Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.905Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.906Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.906Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cDiT94Fq7nve96KDDVbk
Description:catalog service description
Model UUID:4fae0c8b-f17d-41bb-b53a-11a339fc2ba0
Model Version:NULL
Model InvariantUuid:52d2fcb6-efa1-4e5d-8065-dde3d487d480
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-16T04:46:36.917Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: c96e6fc5-7e81-4f7f-89ce-2d884e460ff7
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-16T04:46:36.925Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||pNF cf6441f8-f77b 0
2022-07-16T04:46:36.925Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c96e6fc5-7e81-4f7f-89ce-2d884e460ff7
2022-07-16T04:46:36.925Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 4fae0c8b-f17d-41bb-b53a-11a339fc2ba0
2022-07-16T04:46:36.925Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4fae0c8b-f17d-41bb-b53a-11a339fc2ba0
2022-07-16T04:46:36.926Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cf6441f8-f77b 0 c96e6fc5-7e81-4f7f-89ce-2d884e460ff7 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-16T04:46:36.933Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63ca1206, org.onap.sdc.toscaparser.api.parameters.Input@3b5da3ba, org.onap.sdc.toscaparser.api.parameters.Input@459acc8f, org.onap.sdc.toscaparser.api.parameters.Input@6a8c5d22, org.onap.sdc.toscaparser.api.parameters.Input@59e53857]
2022-07-16T04:46:36.933Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.934Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.934Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4fae0c8b-f17d-41bb-b53a-11a339fc2ba0: pNF cf6441f8-f77b
2022-07-16T04:46:36.934Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Processing PNF resource: c96e6fc5-7e81-4f7f-89ce-2d884e460ff7
2022-07-16T04:46:36.934Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:46:36.935Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cDiT94Fq7nve96KDDVbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:46:36.935Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||Resource customization UUID: b1082b3b-6b98-4eae-b2c0-926b0772bceb is the same as notified resource customizationUUID: b1082b3b-6b98-4eae-b2c0-926b0772bceb
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-16T04:46:37.027Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cf6441f8-f77b c96e6fc5-7e81-4f7f-89ce-2d884e460ff7 0 ASDC deployResourceStructure
2022-07-16T04:46:37.028Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar ASDC sendASDCNotification
2022-07-16T04:46:37.028Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar
2022-07-16T04:46:37.028Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:46:37.028Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:46:37.032Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:46:37.033Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946797028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:46:37.134Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:46:37.135Z||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-16T04:46:37.135Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:46:37.183Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:37.184Z||pool-87-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:46:38.033Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:46:38.054Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.059Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.060Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.060Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:46:38.060Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-16T04:46:38.067Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:46:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:46:53.320Z||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-16T04:46:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:46:53.361Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:46:53.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d71c7069-2675-41d8-9fe7-790f7a85c9d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946674393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:46:53.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:46:53.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:53.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:46:53.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946687561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946691136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946692212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:46:53.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:08.068Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a 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-16T04:47:08.079Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a and serviceModelVersionId: 4fae0c8b-f17d-41bb-b53a-11a339fc2ba0
2022-07-16T04:47:08.080Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52d2fcb6-efa1-4e5d-8065-dde3d487d480
2022-07-16T04:47:08.081Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52d2fcb6-efa1-4e5d-8065-dde3d487d480/model-vers/model-ver/4fae0c8b-f17d-41bb-b53a-11a339fc2ba0?depth=0
2022-07-16T04:47:08.086Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:47:08.155Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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/52d2fcb6-efa1-4e5d-8065-dde3d487d480/model-vers/model-ver/4fae0c8b-f17d-41bb-b53a-11a339fc2ba0?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-16T04:47:08.158Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d2fcb6-efa1-4e5d-8065-dde3d487d480/model-vers/model-ver/4fae0c8b-f17d-41bb-b53a-11a339fc2ba0?depth=0|INFO|500||Invoke
2022-07-16T04:47:08.197Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d2fcb6-efa1-4e5d-8065-dde3d487d480/model-vers/model-ver/4fae0c8b-f17d-41bb-b53a-11a339fc2ba0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:47:08.459Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d2fcb6-efa1-4e5d-8065-dde3d487d480/model-vers/model-ver/4fae0c8b-f17d-41bb-b53a-11a339fc2ba0?depth=0|INFO|500||InvokeReturn
2022-07-16T04:47:08.460Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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/52d2fcb6-efa1-4e5d-8065-dde3d487d480/model-vers/model-ver/4fae0c8b-f17d-41bb-b53a-11a339fc2ba0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-04:47:07:100-20603], vertex-id=[262320], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:47:07 GMT], Content-Type=[application/json]}
2022-07-16T04:47:08.461Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:47:08.461Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:47:08.462Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-16T04:47:08.469Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-16T04:47:08.470Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:47:08.471Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:47:08.471Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:47:08.476Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:47:08.476Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946828470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:47:08.576Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:47:08.577Z||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-16T04:47:08.577Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:47:08.608Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:08.609Z||pool-88-thread-1|||||INFO|500||cambria reply ok (33 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-16T04:47:09.503Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:09.505Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-16T04:47:09.505Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:47:19.952Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:19.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:19.954Z||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-16T04:47:19.954Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:47:29.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:29.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:29.562Z||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-16T04:47:29.562Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:47:39.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:39.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:39.134Z||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-16T04:47:39.134Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:47:48.731Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:48.732Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:48.732Z||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-16T04:47:48.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 qdaMcaXRA87LJD03) ...
2022-07-16T04:47:53.319Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:53.320Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T04:47:53.321Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:47:53.366Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:53.368Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.368Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946693316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.369Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.369Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.370Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946694538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946695543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.371Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946696553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.372Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.373Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946697558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.373Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.373Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.373Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c815821b-74c5-411a-b554-bba7daae17de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946728915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:47:53.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:47:53.374Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-16T04:47:53.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.375Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-16T04:47:53.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.376Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T04:47:53.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:47:53.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.377Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:47:53.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.378Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.380Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-16T04:47:53.380Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.380Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.380Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946739428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.381Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946742636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946743808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946744884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.382Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946746002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946747267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946748502,
  "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-16T04:47:53.383Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946749509,
  "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-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946750515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.384Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.385Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946751518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.385Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:53.385Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-16T04:47:53.385Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946752528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-16T04:47:53.385Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:47:58.317Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:47:58.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:47:58.319Z||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-16T04:47:58.319Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:48:07.936Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:48:53.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:48:53.317Z||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-16T04:48:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:48:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:48:53.320Z||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-16T04:48:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:48:53.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:48:53.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946753533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:48:53.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:48:53.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb116568-73cd-4a79-9fc5-575265f59a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946784895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:48:53.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:48:53.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/resourceInstances/pnfcf6441f8f77b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:48:53.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946675448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946794384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946797028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCdit94fq7nve96kddvbk/1.0/artifacts/service-DemoPnfCdit94fq7nve96kddvbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:48:53.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:49:02.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:49:53.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:49:53.317Z||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-16T04:49:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:49:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:49:53.320Z||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-16T04:49:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:49:53.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:49:53.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T04:49:53.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657946828470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:49:53.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:50:02.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:53.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:50:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:50:53.320Z||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-16T04:50:53.320Z||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-16T04:50:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:50:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:50:54.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:54.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T04:50:54.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0d74c3b-c296-4f35-9b63-d3eb0968f916","serviceName":"Demo_pNF_Y0k71Bhd6Spa5KiXteTF","serviceVersion":"1.0","serviceUUID":"67fc7a39-154f-42b2-9412-1820fa78f89d","serviceDescription":"catalog service description","serviceInvariantUUID":"9348b647-9dd0-434a-a386-f0bb1fd71757","resources":[{"resourceInstanceName":"pNF d11a78e4-00ce 0","resourceName":"pNF d11a78e4-00ce","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b0abd576-31ea-440a-8175-e23d37c01e9b","resourceInvariantUUID":"f4e54599-4e2e-4a2b-86e8-2c3d156427b6","resourceCustomizationUUID":"12628363-2ac3-46c6-97a0-c4544a3ff667","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml","artifactChecksum":"MDYzYTY1YzMyMTE1YTQ2M2IxYWM0NGUzNGE0ODYzMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c1f940d-0a7a-4d53-8f6c-a23dc140b015","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar","artifactChecksum":"NTljZmE1NDVhZTQxNWIyMmQ0YTM4ZjI4NjVjZDlkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe233ebf-c804-4819-a13e-c21d733fcfb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2069e2c5-d7ba-43d8-9480-c8ab19caf079","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwZjY3YzdmZWY4MTZiNzUwMDg1NTA1ZjAzNjhiZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a50d354d-9b68-4b5a-89a5-14e0a45ddb56","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fffad708-23df-41c6-9567-c21ebfbb4344","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16b40d18-4669-457d-98fd-1390a25a46bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfY0k71bhd6spa5kixtetf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml","artifactChecksum":"N2NhZTZlMGI1OTRkMjA2MWZjYWRkNDM2MTRmZGQzZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7afba636-ba53-42a0-abd7-36e8796f08cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar","artifactChecksum":"NjI1MTNiNDE0YmU0ZTE1MGMzM2JhYzgzY2M4Y2ZkY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7115dc0c-1060-4305-b84f-a050b1bd7b89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:50:54.944Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:50:54.945Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:50:54.950Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:50:54.951Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:55.051Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:50:55.055Z||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-16T04:50:55.055Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:50:55.131Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:55.132Z||pool-89-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:50:55.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:55.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:50:55.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:55.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:50:55.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:50:55.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:55.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:50:55.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:50:55.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:55.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:50:55.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:50:55.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:55.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:50:55.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:50:55.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:55.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:50:55.952Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:50:55.954Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:50:55.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:50:55.965Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:56.059Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-07-16T04:50:56.060Z||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-16T04:50:56.061Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:50:56.094Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:56.095Z||pool-90-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:50:56.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:50:56.970Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:50:56.975Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:50:56.975Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:57.076Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:50:57.077Z||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-16T04:50:57.078Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:50:57.131Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:57.131Z||pool-91-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:50:57.975Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:50:57.976Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:50:57.979Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:50:57.979Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:58.080Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:50:58.082Z||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-16T04:50:58.083Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:50:58.123Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:58.124Z||pool-92-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:50:58.980Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:50:58.981Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:50:58.984Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:50:58.984Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:50:59.085Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:50:59.086Z||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-16T04:50:59.087Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:50:59.117Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:50:59.118Z||pool-93-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:50:59.985Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:50:59.985Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:50:59.988Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:50:59.988Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:51:00.094Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T04:51:00.096Z||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-16T04:51:00.096Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:51:00.156Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:51:00.157Z||pool-94-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:51:00.989Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:51:00.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:51:00.993Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:51:00.993Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:51:01.093Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:51:01.094Z||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-16T04:51:01.095Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:51:01.183Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:51:01.184Z||pool-95-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:51:01.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:51:01.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:51:01.997Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:51:01.997Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:51:02.101Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-16T04:51:02.102Z||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-16T04:51:02.102Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:51:02.196Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:51:02.197Z||pool-96-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:51:03.003Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "serviceName": "Demo_pNF_Y0k71Bhd6Spa5KiXteTF",
  "serviceVersion": "1.0",
  "serviceUUID": "67fc7a39-154f-42b2-9412-1820fa78f89d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9348b647-9dd0-434a-a386-f0bb1fd71757",
  "resources": [
    {
      "resourceInstanceName": "pNF d11a78e4-00ce 0",
      "resourceCustomizationUUID": "12628363-2ac3-46c6-97a0-c4544a3ff667",
      "resourceName": "pNF d11a78e4-00ce",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b0abd576-31ea-440a-8175-e23d37c01e9b",
      "resourceInvariantUUID": "f4e54599-4e2e-4a2b-86e8-2c3d156427b6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
      "artifactChecksum": "NjI1MTNiNDE0YmU0ZTE1MGMzM2JhYzgzY2M4Y2ZkY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7115dc0c-1060-4305-b84f-a050b1bd7b89"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:51:03.004Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:51:03.004Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67fc7a39-154f-42b2-9412-1820fa78f89d ASDC
2022-07-16T04:51:03.006Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c0d74c3b-c296-4f35-9b63-d3eb0968f916
ServiceName:Demo_pNF_Y0k71Bhd6Spa5KiXteTF
ServiceVersion:1.0
ServiceUUID:67fc7a39-154f-42b2-9412-1820fa78f89d
ServiceInvariantUUID:9348b647-9dd0-434a-a386-f0bb1fd71757
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
ArtifactUUID:7115dc0c-1060-4305-b84f-a050b1bd7b89
ArtifactChecksum:NjI1MTNiNDE0YmU0ZTE1MGMzM2JhYzgzY2M4Y2ZkY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d11a78e4-00ce 0
ResourceCustomizationUUID:12628363-2ac3-46c6-97a0-c4544a3ff667
ResourceInvariantUUID:f4e54599-4e2e-4a2b-86e8-2c3d156427b6
ResourceName:pNF d11a78e4-00ce
ResourceType:PNF
ResourceUUID:b0abd576-31ea-440a-8175-e23d37c01e9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-16T04:51:03.006Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67fc7a39-154f-42b2-9412-1820fa78f89d 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-16T04:51:03.087Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:51:03.090Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T04:51:03.090Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T04:51:03.090Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7115dc0c-1060-4305-b84f-a050b1bd7b89 from URL: /sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:03.091Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-16T04:51:03.091Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:03.210Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-16T04:51:03.218Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar 7115dc0c-1060-4305-b84f-a050b1bd7b89 82648
2022-07-16T04:51:03.219Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar ASDC sendASDCNotification
2022-07-16T04:51:03.220Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:03.220Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:51:03.220Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:51:03.225Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:51:03.226Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947063219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:51:03.326Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:51:03.327Z||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-16T04:51:03.327Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:51:03.371Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:51:03.372Z||pool-97-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:51:04.226Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:51:04.228Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T04:51:04.228Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7115dc0c-1060-4305-b84f-a050b1bd7b89, URL: /sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar to file: /app/ASDC/1/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:04.229Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:04.230Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:04.230Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:04.493Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14436968076958577405/Definitions/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml
2022-07-16T04:51:06.430Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:51:06.431Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-16T04:51:06.432Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.432Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T04:51:06.432Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.432Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.432Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.433Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.433Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.433Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d11a78e4-00ce 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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.433Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.433Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-16T04:51:06.434Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.434Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.434Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Node template pNF d11a78e4-00ce 0 is matching search criteria
2022-07-16T04:51:06.435Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-16T04:51:06.435Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d11a78e4-00ce 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:51:06.436Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.436Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.436Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Node template pNF d11a78e4-00ce 0 is matching search criteria
2022-07-16T04:51:06.436Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-16T04:51:06.436Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d11a78e4-00ce 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:51:06.437Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.437Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.437Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.437Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.438Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.438Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.438Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.438Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.439Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.439Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.439Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Y0k71Bhd6Spa5KiXteTF
Description:catalog service description
Model UUID:67fc7a39-154f-42b2-9412-1820fa78f89d
Model Version:NULL
Model InvariantUuid:9348b647-9dd0-434a-a386-f0bb1fd71757
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-16T04:51:06.462Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b0abd576-31ea-440a-8175-e23d37c01e9b
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-16T04:51:06.469Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||pNF d11a78e4-00ce 0
2022-07-16T04:51:06.470Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b0abd576-31ea-440a-8175-e23d37c01e9b
2022-07-16T04:51:06.470Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 67fc7a39-154f-42b2-9412-1820fa78f89d
2022-07-16T04:51:06.470Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 67fc7a39-154f-42b2-9412-1820fa78f89d
2022-07-16T04:51:06.471Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d11a78e4-00ce 0 b0abd576-31ea-440a-8175-e23d37c01e9b 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-16T04:51:06.481Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f17ffa4, org.onap.sdc.toscaparser.api.parameters.Input@60047026, org.onap.sdc.toscaparser.api.parameters.Input@1bf16960, org.onap.sdc.toscaparser.api.parameters.Input@58011971, org.onap.sdc.toscaparser.api.parameters.Input@48fb270a]
2022-07-16T04:51:06.482Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.482Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.482Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 67fc7a39-154f-42b2-9412-1820fa78f89d: pNF d11a78e4-00ce
2022-07-16T04:51:06.482Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Processing PNF resource: b0abd576-31ea-440a-8175-e23d37c01e9b
2022-07-16T04:51:06.483Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:51:06.483Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Y0k71Bhd6Spa5KiXteTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:51:06.483Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||Resource customization UUID: 12628363-2ac3-46c6-97a0-c4544a3ff667 is the same as notified resource customizationUUID: 12628363-2ac3-46c6-97a0-c4544a3ff667
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-16T04:51:06.586Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d11a78e4-00ce b0abd576-31ea-440a-8175-e23d37c01e9b 0 ASDC deployResourceStructure
2022-07-16T04:51:06.587Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar ASDC sendASDCNotification
2022-07-16T04:51:06.588Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar
2022-07-16T04:51:06.588Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:51:06.588Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:51:06.591Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:51:06.591Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947066587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:51:06.691Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:51:06.693Z||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-16T04:51:06.693Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:51:06.723Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:51:06.725Z||pool-98-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:51:07.592Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:51:07.612Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:51:07.616Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:51:07.616Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:51:07.616Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:51:37.616Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:51:37.635Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:51:37.641Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:51:37.641Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:51:37.642Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:51:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:51:53.321Z||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-16T04:51:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:51:53.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:51:53.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:51:53.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:51:53.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:52:07.642Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:52:07.660Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:52:07.664Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:52:07.664Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:52:07.665Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:52:37.671Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:52:37.713Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:52:37.720Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:52:37.721Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:52:37.721Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:52:53.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:52:53.321Z||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-16T04:52:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:52:53.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:52:53.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-16T04:52:53.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:52:53.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:07.722Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:53:07.744Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:53:07.748Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:53:07.749Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:53:07.749Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:53:37.750Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:53:37.780Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:53:37.784Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:53:37.785Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T04:53:37.785Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T04:53:53.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:53:53.321Z||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-16T04:53:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:53:53.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:53:53.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947046919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947053316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947053188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947044513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947045822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947054619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947054205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:53.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:53.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947062783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:53.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947062159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947063219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947063501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:53.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947063047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947063816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "cds",
  "timestamp": 1657947063168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-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-16T04:53:53.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0d74c3b-c296-4f35-9b63-d3eb0968f916
2022-07-16T04:53:53.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:53:53.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947064513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:53:53.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:53.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947064819,
  "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-16T04:53:53.969Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c0d74c3b-c296-4f35-9b63-d3eb0968f916
2022-07-16T04:53:53.970Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:53:53.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:53.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "policy-id",
  "timestamp": 1657947065517,
  "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-16T04:53:53.996Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0d74c3b-c296-4f35-9b63-d3eb0968f916
2022-07-16T04:53:53.996Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:53:54.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947066587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:53:54.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:54.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947071755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:54.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:54.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/resourceInstances/pnfd11a78e400ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947071780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947073782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:53:54.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:54.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "aai-ml",
  "timestamp": 1657947072784,
  "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-16T04:53:54.023Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0d74c3b-c296-4f35-9b63-d3eb0968f916
2022-07-16T04:53:54.023Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:53:54.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947068472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:53:54.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:53:54.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "clamp",
  "timestamp": 1657947074789,
  "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-16T04:53:54.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0d74c3b-c296-4f35-9b63-d3eb0968f916
2022-07-16T04:53:54.048Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:53:54.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947077386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:53:54.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:54.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947079578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY0k71bhd6spa5kixtetf/1.0/artifacts/service-DemoPnfY0k71bhd6spa5kixtetf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:53:54.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:53:54.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:53:54.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947080582,
  "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-16T04:53:54.082Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0d74c3b-c296-4f35-9b63-d3eb0968f916
2022-07-16T04:53:54.083Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:54:07.786Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:54:07.808Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:54:07.814Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:54:07.814Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:54:07.815Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:54:07.815Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:54:07.815Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.815Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.816Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.816Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.816Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.823Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.823Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:07.824Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-16T04:54:07.837Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:54:37.837Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916 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-16T04:54:37.857Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0d74c3b-c296-4f35-9b63-d3eb0968f916 and serviceModelVersionId: 67fc7a39-154f-42b2-9412-1820fa78f89d
2022-07-16T04:54:37.857Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9348b647-9dd0-434a-a386-f0bb1fd71757
2022-07-16T04:54:37.860Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0
2022-07-16T04:54:37.868Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:54:37.952Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0|INFO|500||Invoke
2022-07-16T04:54:37.954Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0d74c3b-c296-4f35-9b63-d3eb0968f916], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[582dd324-b0a7-4755-93da-053a48f03906], X-ECOMP-RequestID=[c0d74c3b-c296-4f35-9b63-d3eb0968f916], X-TransactionId=[], X-ONAP-RequestID=[c0d74c3b-c296-4f35-9b63-d3eb0968f916], Content-Type=[application/merge-patch+json]}
2022-07-16T04:54:37.990Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:54:38.245Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?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/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-04:54:36:871-23484], vertex-id=[200952], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:54:36 GMT], Content-Type=[application/json]}
2022-07-16T04:54:38.245Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:54:38.246Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9348b647-9dd0-434a-a386-f0bb1fd71757/model-vers/model-ver/67fc7a39-154f-42b2-9412-1820fa78f89d?depth=0|INFO|500||InvokeReturn
2022-07-16T04:54:38.247Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:54:38.247Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-16T04:54:38.270Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-16T04:54:38.270Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0d74c3b-c296-4f35-9b63-d3eb0968f916 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:54:38.270Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:54:38.271Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:38.274Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:38.274Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947278270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:54:38.377Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T04:54:38.378Z||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-16T04:54:38.378Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:38.431Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:38.432Z||pool-99-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-16T04:54:39.295Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:54:39.297Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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-16T04:54:39.297Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:54:44.047Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:44.048Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T04:54:44.048Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4554f981-c0e7-43e0-89bb-3d974651b662","serviceName":"Demo_pNF_BBT3KywayefpJLJDuewZ","serviceVersion":"1.0","serviceUUID":"15ef6254-f871-444f-a06c-1298659f30e2","serviceDescription":"catalog service description","serviceInvariantUUID":"293e97e1-17a5-41e6-9435-94a65c8689a6","resources":[{"resourceInstanceName":"pNF d0dc9d98-224d 0","resourceName":"pNF d0dc9d98-224d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0ac372da-1c94-4314-8e65-feded5cfc516","resourceInvariantUUID":"08cc658e-a252-4c88-be78-3bba524f1ac3","resourceCustomizationUUID":"e091615a-3538-4bff-a71b-e4cf044e7010","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml","artifactChecksum":"MDQzOGRmZjQ1ZjE4YzU5MWM0Y2Y5N2FhNDA2OTI1NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4237ed52-c1bf-4e2f-9e69-bd404144d70c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar","artifactChecksum":"NTljZmE1NDVhZTQxNWIyMmQ0YTM4ZjI4NjVjZDlkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b61f8cb5-31e9-4a77-b666-e7790f883aea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1df423b-06df-4a17-ad66-8707983c4517","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGNiZmU0NzU4YWFhNDVkM2Y0MjA3YmU1ZTA3NTBkNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca191b40-549a-48e4-bf76-c292cae4eb1b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e581e3f-bffa-4735-bdbe-313b2f1c84f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d241b1c1-b8fa-49f2-8f1a-8119d162d237","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBbt3kywayefpjljduewz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml","artifactChecksum":"ZThlMzRkNmJmMTE0YzZmODg1OWE3NThkMTY5ZTNiNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bef807b5-3ef6-4b65-95ad-84dbb644a2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfBbt3kywayefpjljduewz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar","artifactChecksum":"NjZkYjQ2OTZjZjNhYTlkYjMwNjJkNzlmNWVlMTcxZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a8227dc-5fc1-400d-99e8-f894bc481a5d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T04:54:44.051Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:44.052Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:44.056Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:44.056Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:44.157Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:44.160Z||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-16T04:54:44.161Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:44.223Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:44.224Z||pool-100-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:54:45.058Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:45.059Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:45.064Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:45.064Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:45.163Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:54:45.165Z||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-16T04:54:45.165Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:45.195Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:45.196Z||pool-101-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:54:46.066Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:46.066Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:46.069Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:46.069Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:46.170Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:46.171Z||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-16T04:54:46.171Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:46.207Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:46.208Z||pool-102-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:54:47.070Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:47.071Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:47.073Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:47.074Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:47.174Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:47.175Z||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-16T04:54:47.175Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:47.209Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:47.209Z||pool-103-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:54:48.074Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:48.076Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:48.079Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:48.079Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:48.179Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T04:54:48.181Z||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-16T04:54:48.181Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:48.230Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:48.231Z||pool-104-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:54:49.081Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:49.083Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:49.087Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:49.087Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:49.187Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:49.188Z||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-16T04:54:49.188Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:49.215Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:49.216Z||pool-105-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:54:50.088Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:50.089Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:50.093Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:50.093Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:50.193Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:50.194Z||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-16T04:54:50.195Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:50.226Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:50.227Z||pool-106-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:54:51.094Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T04:54:51.095Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:51.098Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:51.100Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:51.199Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T04:54:51.200Z||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-16T04:54:51.200Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:51.223Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:51.223Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T04:54:52.102Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "serviceName": "Demo_pNF_BBT3KywayefpJLJDuewZ",
  "serviceVersion": "1.0",
  "serviceUUID": "15ef6254-f871-444f-a06c-1298659f30e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "293e97e1-17a5-41e6-9435-94a65c8689a6",
  "resources": [
    {
      "resourceInstanceName": "pNF d0dc9d98-224d 0",
      "resourceCustomizationUUID": "e091615a-3538-4bff-a71b-e4cf044e7010",
      "resourceName": "pNF d0dc9d98-224d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0ac372da-1c94-4314-8e65-feded5cfc516",
      "resourceInvariantUUID": "08cc658e-a252-4c88-be78-3bba524f1ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
      "artifactChecksum": "NjZkYjQ2OTZjZjNhYTlkYjMwNjJkNzlmNWVlMTcxZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a8227dc-5fc1-400d-99e8-f894bc481a5d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T04:54:52.102Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T04:54:52.104Z|c0d74c3b-c296-4f35-9b63-d3eb0968f916|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 15ef6254-f871-444f-a06c-1298659f30e2 ASDC
2022-07-16T04:54:52.105Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4554f981-c0e7-43e0-89bb-3d974651b662
ServiceName:Demo_pNF_BBT3KywayefpJLJDuewZ
ServiceVersion:1.0
ServiceUUID:15ef6254-f871-444f-a06c-1298659f30e2
ServiceInvariantUUID:293e97e1-17a5-41e6-9435-94a65c8689a6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBbt3kywayefpjljduewz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
ArtifactUUID:7a8227dc-5fc1-400d-99e8-f894bc481a5d
ArtifactChecksum:NjZkYjQ2OTZjZjNhYTlkYjMwNjJkNzlmNWVlMTcxZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d0dc9d98-224d 0
ResourceCustomizationUUID:e091615a-3538-4bff-a71b-e4cf044e7010
ResourceInvariantUUID:08cc658e-a252-4c88-be78-3bba524f1ac3
ResourceName:pNF d0dc9d98-224d
ResourceType:PNF
ResourceUUID:0ac372da-1c94-4314-8e65-feded5cfc516
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-16T04:54:52.105Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15ef6254-f871-444f-a06c-1298659f30e2 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-16T04:54:52.172Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:54:52.173Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T04:54:52.173Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T04:54:52.174Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a8227dc-5fc1-400d-99e8-f894bc481a5d from URL: /sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:52.174Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-16T04:54:52.174Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:52.264Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-16T04:54:52.270Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar 7a8227dc-5fc1-400d-99e8-f894bc481a5d 82648
2022-07-16T04:54:52.271Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar ASDC sendASDCNotification
2022-07-16T04:54:52.271Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:52.271Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T04:54:52.272Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:52.283Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:52.284Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947292271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:52.384Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:52.385Z||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-16T04:54:52.385Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:52.410Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:52.411Z||pool-108-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:54:53.285Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T04:54:53.286Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T04:54:53.287Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7a8227dc-5fc1-400d-99e8-f894bc481a5d, URL: /sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar to file: /app/ASDC/1/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:53.288Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:53.290Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:53.290Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:54:53.320Z||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-16T04:54:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:54:53.522Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18324821513377204054/Definitions/service-DemoPnfBbt3kywayefpjljduewz-template.yml
2022-07-16T04:54:53.745Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:53.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947264205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947266919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947275865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947276632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947277664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d74c3b-c296-4f35-9b63-d3eb0968f916",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947278270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947269513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947278668,
  "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-16T04:54:53.831Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4554f981-c0e7-43e0-89bb-3d974651b662
2022-07-16T04:54:53.831Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:54:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947278531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "cds",
  "timestamp": 1657947279548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-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-16T04:54:53.865Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4554f981-c0e7-43e0-89bb-3d974651b662
2022-07-16T04:54:53.866Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:54:53.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947273188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947274619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947283482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947278472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947284490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:54:53.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "policy-id",
  "timestamp": 1657947285496,
  "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-16T04:54:53.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4554f981-c0e7-43e0-89bb-3d974651b662
2022-07-16T04:54:53.894Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:54:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947287304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:53.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947284574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:54:53.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "aai-ml",
  "timestamp": 1657947285578,
  "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-16T04:54:53.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4554f981-c0e7-43e0-89bb-3d974651b662
2022-07-16T04:54:53.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:54:53.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947289435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:54:53.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947290439,
  "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-16T04:54:53.981Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4554f981-c0e7-43e0-89bb-3d974651b662
2022-07-16T04:54:53.982Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:54:53.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947279295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/resourceInstances/pnfd0dc9d98224d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947292271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T04:54:53.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:54:55.019Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T04:54:55.020Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-16T04:54:55.021Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.021Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T04:54:55.021Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.021Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.022Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.022Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.022Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.022Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d0dc9d98-224d 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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.022Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.022Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-16T04:54:55.023Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.023Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.023Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Node template pNF d0dc9d98-224d 0 is matching search criteria
2022-07-16T04:54:55.024Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-16T04:54:55.024Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d0dc9d98-224d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:54:55.024Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.024Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.024Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Node template pNF d0dc9d98-224d 0 is matching search criteria
2022-07-16T04:54:55.025Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-16T04:54:55.025Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d0dc9d98-224d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T04:54:55.025Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.025Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.025Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.026Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.026Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.026Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.026Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.026Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.027Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.027Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.029Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BBT3KywayefpJLJDuewZ
Description:catalog service description
Model UUID:15ef6254-f871-444f-a06c-1298659f30e2
Model Version:NULL
Model InvariantUuid:293e97e1-17a5-41e6-9435-94a65c8689a6
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-16T04:54:55.038Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0ac372da-1c94-4314-8e65-feded5cfc516
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-16T04:54:55.042Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||pNF d0dc9d98-224d 0
2022-07-16T04:54:55.043Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0ac372da-1c94-4314-8e65-feded5cfc516
2022-07-16T04:54:55.043Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 15ef6254-f871-444f-a06c-1298659f30e2
2022-07-16T04:54:55.043Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 15ef6254-f871-444f-a06c-1298659f30e2
2022-07-16T04:54:55.043Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d0dc9d98-224d 0 0ac372da-1c94-4314-8e65-feded5cfc516 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-16T04:54:55.051Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26bd331d, org.onap.sdc.toscaparser.api.parameters.Input@4f6e4a2, org.onap.sdc.toscaparser.api.parameters.Input@9c3b098, org.onap.sdc.toscaparser.api.parameters.Input@4c3157cc, org.onap.sdc.toscaparser.api.parameters.Input@35ba08c]
2022-07-16T04:54:55.051Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.052Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.052Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 15ef6254-f871-444f-a06c-1298659f30e2: pNF d0dc9d98-224d
2022-07-16T04:54:55.052Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Processing PNF resource: 0ac372da-1c94-4314-8e65-feded5cfc516
2022-07-16T04:54:55.052Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T04:54:55.052Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BBT3KywayefpJLJDuewZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T04:54:55.053Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Resource customization UUID: e091615a-3538-4bff-a71b-e4cf044e7010 is the same as notified resource customizationUUID: e091615a-3538-4bff-a71b-e4cf044e7010
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-16T04:54:55.140Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d0dc9d98-224d 0ac372da-1c94-4314-8e65-feded5cfc516 0 ASDC deployResourceStructure
2022-07-16T04:54:55.141Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar ASDC sendASDCNotification
2022-07-16T04:54:55.141Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar
2022-07-16T04:54:55.141Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T04:54:55.141Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:54:55.144Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:54:55.144Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947295141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:54:55.244Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T04:54:55.246Z||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-16T04:54:55.246Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:54:55.275Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:54:55.277Z||pool-109-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T04:54:56.145Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4554f981-c0e7-43e0-89bb-3d974651b662
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:54:56.162Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4554f981-c0e7-43e0-89bb-3d974651b662
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T04:54:56.167Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T04:54:56.168Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T04:54:56.168Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T04:54:56.169Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T04:54:56.169Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:56.170Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:56.170Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:56.170Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:56.171Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:56.171Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T04:54:56.172Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:54:56.181Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T04:55:26.182Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:55:26.193Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4554f981-c0e7-43e0-89bb-3d974651b662 and serviceModelVersionId: 15ef6254-f871-444f-a06c-1298659f30e2
2022-07-16T04:55:26.193Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 293e97e1-17a5-41e6-9435-94a65c8689a6
2022-07-16T04:55:26.194Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/293e97e1-17a5-41e6-9435-94a65c8689a6/model-vers/model-ver/15ef6254-f871-444f-a06c-1298659f30e2?depth=0
2022-07-16T04:55:26.199Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T04:55:26.266Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/293e97e1-17a5-41e6-9435-94a65c8689a6/model-vers/model-ver/15ef6254-f871-444f-a06c-1298659f30e2?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-16T04:55:26.268Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/293e97e1-17a5-41e6-9435-94a65c8689a6/model-vers/model-ver/15ef6254-f871-444f-a06c-1298659f30e2?depth=0|INFO|500||Invoke
2022-07-16T04:55:26.295Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/293e97e1-17a5-41e6-9435-94a65c8689a6/model-vers/model-ver/15ef6254-f871-444f-a06c-1298659f30e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T04:55:26.483Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/293e97e1-17a5-41e6-9435-94a65c8689a6/model-vers/model-ver/15ef6254-f871-444f-a06c-1298659f30e2?depth=0|INFO|500||InvokeReturn
2022-07-16T04:55:26.484Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/293e97e1-17a5-41e6-9435-94a65c8689a6/model-vers/model-ver/15ef6254-f871-444f-a06c-1298659f30e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-04:55:25:176-30776], vertex-id=[278704], Content-Length=[0], Date=[Sat, 16 Jul 2022 04:55:25 GMT], Content-Type=[application/json]}
2022-07-16T04:55:26.484Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T04:55:26.484Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T04:55:26.485Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:55:26.490Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:55:26.491Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4554f981-c0e7-43e0-89bb-3d974651b662 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T04:55:26.491Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T04:55:26.491Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T04:55:26.493Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T04:55:26.493Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947326491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:55:26.595Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T04:55:26.596Z||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-16T04:55:26.596Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T04:55:26.631Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:55:26.632Z||pool-110-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-16T04:55:27.514Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:55:27.515Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:55:27.515Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:55:37.088Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:55:37.089Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:55:37.090Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:55:37.090Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:55:46.703Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:55:46.704Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:55:46.716Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:55:46.716Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:55:53.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:55:53.321Z||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-16T04:55:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:55:53.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:55:53.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T04:55:53.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947285822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T04:55:53.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T04:55:56.308Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:55:56.309Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:55:56.310Z||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-16T04:55:56.310Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:56:05.873Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:56:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:56:53.317Z||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-16T04:56:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:56:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:56:53.319Z||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-16T04:56:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:56:53.871Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:56:53.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:56:53.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947295141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:56:53.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:56:53.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:56:53.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947304832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T04:56:53.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:56:53.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:56:53.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947307850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBbt3kywayefpjljduewz/1.0/artifacts/service-DemoPnfBbt3kywayefpjljduewz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T04:56:53.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:56:53.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:56:53.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "clamp",
  "timestamp": 1657947308855,
  "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-16T04:56:53.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4554f981-c0e7-43e0-89bb-3d974651b662
2022-07-16T04:56:53.888Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4554f981-c0e7-43e0-89bb-3d974651b662 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-16T04:56:53.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T04:56:53.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4554f981-c0e7-43e0-89bb-3d974651b662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947326491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T04:56:53.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T04:57:02.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:57:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:57:53.317Z||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-16T04:57:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:57:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:57:53.320Z||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-16T04:57:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:58:02.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:58:02.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:58:53.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:58:53.319Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:58:53.319Z||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-16T04:58:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:58:53.320Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:58:53.321Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T04:59:02.902Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:59:02.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T04:59:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:59:53.317Z||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-16T04:59:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T04:59:53.319Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T04:59:53.320Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T04:59:53.320Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:00:02.913Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:00:02.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:00:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:00:53.318Z||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-16T05:00:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:00:53.319Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:00:53.320Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T05:00:53.320Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:01:02.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:01:02.892Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:01:53.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:01:53.318Z||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-16T05:01:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:01:53.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:01:53.325Z||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-16T05:01:53.325Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:02:02.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:02:02.946Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:02:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:02:53.317Z||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-16T05:02:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:02:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:02:53.320Z||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-16T05:02:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:03:02.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:03:02.945Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:03:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:03:53.317Z||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-16T05:03:53.317Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:03:53.319Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:03:53.320Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:03:53.321Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:04:03.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:03.010Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:53.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:04:53.317Z||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-16T05:04:53.318Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:04:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:04:53.320Z||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-16T05:04:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:04:53.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:53.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947869513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947873188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947878472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947874619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:04:53.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947888030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947890715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947888056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947889126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947890135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947889211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "policy-id",
  "timestamp": 1657947891139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T05:04:53.753Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08e4f254-f268-4682-a704-b22a2dd3c66f
2022-07-16T05:04:53.754Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:04:53.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947890263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "cds",
  "timestamp": 1657947890906,
  "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-16T05:04:53.783Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08e4f254-f268-4682-a704-b22a2dd3c66f
2022-07-16T05:04:53.784Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:04:53.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947893601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:04:53.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947891335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:04:53.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:04:53.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947894605,
  "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-16T05:04:53.812Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08e4f254-f268-4682-a704-b22a2dd3c66f
2022-07-16T05:04:53.815Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:04:53.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:53.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:04:53.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:53.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T05:04:53.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"08e4f254-f268-4682-a704-b22a2dd3c66f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"18ea4e16-b139-4762-afbb-5446a831d02e","serviceDescription":"service","serviceInvariantUUID":"e0cca0a9-729d-444c-b692-34aba2c4de2a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd33018c-4a77-40a1-aadf-417b3bc498db","resourceInvariantUUID":"8d67e48d-97b7-42ba-8533-db2a3a459d56","resourceCustomizationUUID":"8dc63f14-7e29-4460-a175-320ecb5fb111","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":"YzhmODgxYWJlMjhlYTk4YmUwMzcyYWZkNWYxNjE4YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e9fa795-7515-4346-9432-036d863aee7e","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":"ODc1ZGI3ZjYyYmYyZTA0MGY3ZDRkNDg0YmVjOTk2MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73d6d274-66b7-4270-a6fc-708a4c342ed5","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":"045747ab-899e-4712-a4fc-09f75e6bb56f","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":"c3f2b5a2-234c-430f-a6a8-52ba299f69a1","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":"789947ca-5ad3-4011-9f73-3ca0eedbb1aa","artifactVersion":"2","generatedFromUUID":"adc5d529-8d6c-44bb-afbf-ae08c44907c8"},{"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":"32e3cf0c-b6c3-4b0e-8547-47bf5133ae53","artifactVersion":"2","generatedFromUUID":"045747ab-899e-4712-a4fc-09f75e6bb56f"},{"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":"adc5d529-8d6c-44bb-afbf-ae08c44907c8","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":"ac52c126-7f9e-4184-af12-dfbd7775ba11","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":"MmYwNGI4ZDBiNWM3ZDFjODc2Njg0MDZkYTBlZjI2MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c204096e-16c6-477e-a189-21516393986a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjFjMzI5YzZiMWM1OWYxNTM2NDA2Y2UxMDM3YWZhNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e8d0a31-f1b3-4c4a-93a4-7e6b0b540993","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T05:04:53.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:04:53.979Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:04:53.984Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:04:53.984Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:54.084Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:04:54.085Z||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-16T05:04:54.086Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:04:54.116Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:54.117Z||pool-111-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:04:54.985Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:04:54.986Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:04:54.989Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:04:54.989Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:04:55.091Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T05:04:55.092Z||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-16T05:04:55.093Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:04:55.140Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:55.141Z||pool-112-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:04:55.990Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:04:55.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:04:55.995Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:04:55.995Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:04:56.095Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:04:56.097Z||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-16T05:04:56.097Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:04:56.149Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:56.150Z||pool-113-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:04:56.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:04:56.997Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:04:57.001Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:04:57.001Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:04:57.101Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:04:57.102Z||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-16T05:04:57.102Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:04:57.163Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:57.164Z||pool-114-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:04:58.002Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:04:58.003Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:04:58.005Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:04:58.005Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-16T05:04:58.106Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:04:58.107Z||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-16T05:04:58.107Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:04:58.192Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:58.192Z||pool-115-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:04:59.006Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:04:59.008Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:04:59.011Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:04:59.011Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-16T05:04:59.111Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:04:59.113Z||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-16T05:04:59.113Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:04:59.134Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:04:59.135Z||pool-116-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:00.012Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:05:00.014Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:00.017Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:00.018Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-16T05:05:00.121Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-16T05:05:00.122Z||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-16T05:05:00.122Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:00.155Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:00.155Z||pool-117-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:01.018Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:05:01.020Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:01.023Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:01.023Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:05:01.123Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:05:01.124Z||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-16T05:05:01.125Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:01.193Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:01.194Z||pool-118-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:02.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:05:02.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:02.028Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:02.028Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:05:02.128Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:05:02.129Z||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-16T05:05:02.129Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:02.201Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:02.202Z||pool-119-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:03.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:05:03.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:03.035Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:03.036Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:05:03.136Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:05:03.137Z||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-16T05:05:03.137Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:03.202Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:03.203Z||pool-120-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:04.038Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "18ea4e16-b139-4762-afbb-5446a831d02e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e0cca0a9-729d-444c-b692-34aba2c4de2a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "8dc63f14-7e29-4460-a175-320ecb5fb111",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cd33018c-4a77-40a1-aadf-417b3bc498db",
      "resourceInvariantUUID": "8d67e48d-97b7-42ba-8533-db2a3a459d56",
      "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": "ODc1ZGI3ZjYyYmYyZTA0MGY3ZDRkNDg0YmVjOTk2MzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "73d6d274-66b7-4270-a6fc-708a4c342ed5",
          "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": "045747ab-899e-4712-a4fc-09f75e6bb56f",
          "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": "32e3cf0c-b6c3-4b0e-8547-47bf5133ae53",
            "generatedFromUUID": "045747ab-899e-4712-a4fc-09f75e6bb56f"
          },
          "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": "789947ca-5ad3-4011-9f73-3ca0eedbb1aa",
          "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": "32e3cf0c-b6c3-4b0e-8547-47bf5133ae53",
          "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": "adc5d529-8d6c-44bb-afbf-ae08c44907c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjFjMzI5YzZiMWM1OWYxNTM2NDA2Y2UxMDM3YWZhNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e8d0a31-f1b3-4c4a-93a4-7e6b0b540993"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T05:05:04.039Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T05:05:04.039Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18ea4e16-b139-4762-afbb-5446a831d02e ASDC
2022-07-16T05:05:04.040Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:08e4f254-f268-4682-a704-b22a2dd3c66f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:18ea4e16-b139-4762-afbb-5446a831d02e
ServiceInvariantUUID:e0cca0a9-729d-444c-b692-34aba2c4de2a
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:4e8d0a31-f1b3-4c4a-93a4-7e6b0b540993
ArtifactChecksum:NjFjMzI5YzZiMWM1OWYxNTM2NDA2Y2UxMDM3YWZhNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:8dc63f14-7e29-4460-a175-320ecb5fb111
ResourceInvariantUUID:8d67e48d-97b7-42ba-8533-db2a3a459d56
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:cd33018c-4a77-40a1-aadf-417b3bc498db
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:73d6d274-66b7-4270-a6fc-708a4c342ed5
ArtifactChecksum:ODc1ZGI3ZjYyYmYyZTA0MGY3ZDRkNDg0YmVjOTk2MzE=
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:045747ab-899e-4712-a4fc-09f75e6bb56f
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:32e3cf0c-b6c3-4b0e-8547-47bf5133ae53
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:789947ca-5ad3-4011-9f73-3ca0eedbb1aa
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:32e3cf0c-b6c3-4b0e-8547-47bf5133ae53
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:adc5d529-8d6c-44bb-afbf-ae08c44907c8
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T05:05:04.041Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18ea4e16-b139-4762-afbb-5446a831d02e 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-16T05:05:04.123Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T05:05:04.124Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:05:04.125Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:05:04.125Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e8d0a31-f1b3-4c4a-93a4-7e6b0b540993 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-16T05:05:04.125Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:05:04.126Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:04.269Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:05:04.298Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4e8d0a31-f1b3-4c4a-93a4-7e6b0b540993 158200
2022-07-16T05:05:04.299Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:04.299Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:04.299Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:05:04.300Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:04.303Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:04.304Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947904299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:05:04.403Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:05:04.404Z||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-16T05:05:04.405Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:04.436Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:04.436Z||pool-121-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:05.304Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T05:05:05.306Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:05:05.307Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4e8d0a31-f1b3-4c4a-93a4-7e6b0b540993, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T05:05:05.307Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-16T05:05:05.309Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T05:05:05.309Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T05:05:05.626Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9782471052215729936/Definitions/service-BasicCnfMacro-template.yml
2022-07-16T05:05:08.258Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T05:05:08.259Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.260Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-16T05:05:08.261Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.261Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.261Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:08.262Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-16T05:05:08.262Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.262Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.262Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.263Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:08.263Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-16T05:05:08.264Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.264Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.264Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.264Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.264Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-16T05:05:08.265Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-16T05:05:08.266Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-16T05:05:08.266Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T05:05:08.267Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.267Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.268Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.268Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:08.268Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:05:08.269Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.270Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:08.270Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:05:08.271Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.272Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:08.272Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:05:08.273Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.273Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:08.273Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:05:08.274Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.274Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-16T05:05:08.274Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-16T05:05:08.275Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=de50d1af-d7ac-4a8b-bba2-a96230365603
2022-07-16T05:05:08.276Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.276Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.276Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.276Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.277Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.277Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.278Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:08.278Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.278Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:18ea4e16-b139-4762-afbb-5446a831d02e
Model Version:NULL
Model InvariantUuid:e0cca0a9-729d-444c-b692-34aba2c4de2a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ef8f47ab-5da1-4bea-bf9b-cf1efde66e2e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d67e48d-97b7-42ba-8533-db2a3a459d56
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8dc63f14-7e29-4460-a175-320ecb5fb111
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7a775a2-535b-42c9-9fab-846bbe1849ea
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:58ad8e4d-6bb7-4b17-9b69-8cc04ca0cfb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:08592cfe-37af-4331-9f3a-119eca6274aa
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:82cf9932-741c-426b-86ce-fa2dcc027413
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:de50d1af-d7ac-4a8b-bba2-a96230365603
ModelInvariantUuid:767ca0c1-7196-4335-a269-c65a36c809a5
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8b4b6757-b585-4ce9-8cad-7f51c60701d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c7de4703-1240-4be9-91b9-f240a520a747
ModelInvariantUuid:4ff5608b-cc28-427d-8f77-031647d4aa0d
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d31c28d8-9ea2-448d-a42f-ddcea84062a7
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-16T05:05:08.300Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cd33018c-4a77-40a1-aadf-417b3bc498db
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-16T05:05:08.313Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-07-16T05:05:08.313Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd33018c-4a77-40a1-aadf-417b3bc498db
2022-07-16T05:05:08.314Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 73d6d274-66b7-4270-a6fc-708a4c342ed5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-16T05:05:08.315Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:05:08.316Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.478Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:05:08.479Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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 73d6d274-66b7-4270-a6fc-708a4c342ed5 1565
2022-07-16T05:05:08.480Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.480Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:08.480Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:05:08.480Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:08.501Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:08.502Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947908479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:05:08.583Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-07-16T05:05:08.584Z||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-16T05:05:08.585Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:08.621Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:08.621Z||pool-122-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:09.504Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "08592cfe-37af-4331-9f3a-119eca6274aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82cf9932-741c-426b-86ce-fa2dcc027413",
    "vfModuleModelCustomizationUUID": "24394b5e-6733-44a8-be46-7980b1fb9fe8",
    "isBase": true,
    "artifacts": [
      "045747ab-899e-4712-a4fc-09f75e6bb56f",
      "32e3cf0c-b6c3-4b0e-8547-47bf5133ae53"
    ],
    "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": "a7a775a2-535b-42c9-9fab-846bbe1849ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58ad8e4d-6bb7-4b17-9b69-8cc04ca0cfb8",
    "vfModuleModelCustomizationUUID": "5adabbd8-d345-4f77-b4df-1e3b3383c95e",
    "isBase": false,
    "artifacts": [
      "adc5d529-8d6c-44bb-afbf-ae08c44907c8"
    ],
    "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-16T05:05:09.512Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82cf9932-741c-426b-86ce-fa2dcc027413
VfModuleModelInvariantUUID:08592cfe-37af-4331-9f3a-119eca6274aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
045747ab-899e-4712-a4fc-09f75e6bb56f
,
32e3cf0c-b6c3-4b0e-8547-47bf5133ae53

}
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:58ad8e4d-6bb7-4b17-9b69-8cc04ca0cfb8
VfModuleModelInvariantUUID:a7a775a2-535b-42c9-9fab-846bbe1849ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
adc5d529-8d6c-44bb-afbf-ae08c44907c8

}
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-16T05:05:09.516Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "08592cfe-37af-4331-9f3a-119eca6274aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82cf9932-741c-426b-86ce-fa2dcc027413",
    "vfModuleModelCustomizationUUID": "24394b5e-6733-44a8-be46-7980b1fb9fe8",
    "isBase": true,
    "artifacts": [
      "045747ab-899e-4712-a4fc-09f75e6bb56f",
      "32e3cf0c-b6c3-4b0e-8547-47bf5133ae53"
    ],
    "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": "a7a775a2-535b-42c9-9fab-846bbe1849ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58ad8e4d-6bb7-4b17-9b69-8cc04ca0cfb8",
    "vfModuleModelCustomizationUUID": "5adabbd8-d345-4f77-b4df-1e3b3383c95e",
    "isBase": false,
    "artifacts": [
      "adc5d529-8d6c-44bb-afbf-ae08c44907c8"
    ],
    "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-16T05:05:09.517Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82cf9932-741c-426b-86ce-fa2dcc027413
VfModuleModelInvariantUUID:08592cfe-37af-4331-9f3a-119eca6274aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
045747ab-899e-4712-a4fc-09f75e6bb56f
,
32e3cf0c-b6c3-4b0e-8547-47bf5133ae53

}
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:58ad8e4d-6bb7-4b17-9b69-8cc04ca0cfb8
VfModuleModelInvariantUUID:a7a775a2-535b-42c9-9fab-846bbe1849ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
adc5d529-8d6c-44bb-afbf-ae08c44907c8

}
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-16T05:05:09.517Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 045747ab-899e-4712-a4fc-09f75e6bb56f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-16T05:05:09.518Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:05:09.518Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:09.684Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:05:09.685Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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 045747ab-899e-4712-a4fc-09f75e6bb56f 914
2022-07-16T05:05:09.685Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:09.686Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:09.686Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:05:09.686Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:09.689Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:09.690Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947909685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:05:09.791Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T05:05:09.792Z||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-16T05:05:09.792Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:09.827Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:09.827Z||pool-123-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:10.692Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 789947ca-5ad3-4011-9f73-3ca0eedbb1aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-16T05:05:10.693Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:05:10.693Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:10.772Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:05:10.773Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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 789947ca-5ad3-4011-9f73-3ca0eedbb1aa 12
2022-07-16T05:05:10.773Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:10.773Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:10.774Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:05:10.774Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:10.778Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:10.778Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:05:10.878Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:05:10.879Z||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-16T05:05:10.879Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:10.912Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:10.919Z||pool-124-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:11.780Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 32e3cf0c-b6c3-4b0e-8547-47bf5133ae53 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-16T05:05:11.780Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:05:11.780Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:11.844Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:05:11.845Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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 32e3cf0c-b6c3-4b0e-8547-47bf5133ae53 96
2022-07-16T05:05:11.847Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:11.847Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:11.848Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:05:11.848Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:11.853Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:11.853Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947911847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:05:11.953Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:05:11.954Z||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-16T05:05:11.955Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:11.983Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:11.983Z||pool-125-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:12.855Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: adc5d529-8d6c-44bb-afbf-ae08c44907c8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-16T05:05:12.856Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:05:12.858Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:12.967Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:05:12.968Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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 adc5d529-8d6c-44bb-afbf-ae08c44907c8 20206
2022-07-16T05:05:12.968Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:12.968Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:12.968Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:05:12.969Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:12.972Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:12.972Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947912968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:05:13.072Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:05:13.073Z||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-16T05:05:13.073Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:13.103Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:13.104Z||pool-126-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:13.986Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 18ea4e16-b139-4762-afbb-5446a831d02e
2022-07-16T05:05:13.986Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 cd33018c-4a77-40a1-aadf-417b3bc498db 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-16T05:05:14.024Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23711528, org.onap.sdc.toscaparser.api.parameters.Input@38355bf, org.onap.sdc.toscaparser.api.parameters.Input@1c3b02c2, org.onap.sdc.toscaparser.api.parameters.Input@3e34fcf7, org.onap.sdc.toscaparser.api.parameters.Input@15c7664c]
2022-07-16T05:05:14.027Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.027Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.027Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-16T05:05:14.028Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8dc63f14-7e29-4460-a175-320ecb5fb111
2022-07-16T05:05:14.028Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8dc63f14-7e29-4460-a175-320ecb5fb111 matches Tosca VF Customization UUID: 8dc63f14-7e29-4460-a175-320ecb5fb111
2022-07-16T05:05:14.028Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8dc63f14-7e29-4460-a175-320ecb5fb111  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-16T05:05:14.040Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.041Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.042Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8dc63f14-7e29-4460-a175-320ecb5fb111: {\"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-16T05:05:14.042Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51d35708
2022-07-16T05:05:14.043Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.043Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.043Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5adabbd8-d345-4f77-b4df-1e3b3383c95e
2022-07-16T05:05:14.044Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5adabbd8-d345-4f77-b4df-1e3b3383c95e
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-16T05:05:14.057Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.058Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:14.058Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:05:14.059Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.060Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:14.061Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:05:14.062Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.062Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T05:05:14.063Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8dc63f14-7e29-4460-a175-320ecb5fb111
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-16T05:05:14.072Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.075Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.076Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 18ea4e16-b139-4762-afbb-5446a831d02e: basic_cnf_macro
2022-07-16T05:05:14.077Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.078Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.082Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.083Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.084Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.084Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.085Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.085Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.086Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:05:14.086Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.087Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.217Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro cd33018c-4a77-40a1-aadf-417b3bc498db 2 ASDC deployResourceStructure
2022-07-16T05:05:14.218Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.218Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:14.219Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:05:14.219Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:14.223Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:14.224Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947914218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T05:05:14.325Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T05:05:14.326Z||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-16T05:05:14.326Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:14.359Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:14.360Z||pool-127-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:15.226Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:15.226Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:15.227Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:05:15.227Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:15.231Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:15.232Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947915226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T05:05:15.330Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T05:05:15.331Z||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-16T05:05:15.331Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:15.359Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:15.360Z||pool-128-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:16.239Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:16.239Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:16.240Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T05:05:16.240Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:16.243Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:16.244Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947916239,
  "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-16T05:05:16.344Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:05:16.345Z||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-16T05:05:16.345Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:16.370Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:16.372Z||pool-129-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:17.246Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:17.246Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:17.246Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:05:17.247Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:17.258Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:17.258Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947917246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-16T05:05:17.352Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-16T05:05:17.353Z||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-16T05:05:17.353Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:17.391Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:17.392Z||pool-130-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:18.264Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:18.265Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:18.265Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T05:05:18.266Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:18.270Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:18.271Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947918260,
  "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-16T05:05:18.371Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:05:18.372Z||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-16T05:05:18.372Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:18.436Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:18.437Z||pool-131-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:05:19.272Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:19.272Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:05:19.273Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:05:19.273Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:05:19.278Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:05:19.278Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947919271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:05:19.377Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T05:05:19.378Z||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-16T05:05:19.378Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:05:19.426Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:19.427Z||pool-132-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:05:20.280Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:05:20.327Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:05:20.333Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:05:20.334Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T05:05:20.334Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T05:05:50.334Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:05:50.355Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:05:50.360Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:05:50.360Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T05:05:50.361Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T05:05:53.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:05:53.321Z||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-16T05:05:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:05:53.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:05:53.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:05:53.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:05:53.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:06:20.361Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:06:20.390Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:06:20.396Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:06:20.397Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T05:06:20.397Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T05:06:50.397Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:06:50.435Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:06:50.441Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:06:50.442Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T05:06:50.442Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T05:06:53.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:06:53.321Z||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-16T05:06:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:06:53.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:06:53.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:06:53.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947892523,
  "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-16T05:06:53.403Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08e4f254-f268-4682-a704-b22a2dd3c66f
2022-07-16T05:06:53.404Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:07:20.443Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:07:20.485Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:07:20.492Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:07:20.493Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T05:07:20.493Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T05:07:50.494Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:07:50.506Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:07:50.512Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:07:50.512Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T05:07:50.513Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T05:07:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:07:53.320Z||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-16T05:07:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:07:53.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:07:53.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947893528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947885826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947886920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947904299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947905089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947908479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947909685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947910045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947911847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947912968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947914218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947915106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947915226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "clamp",
  "timestamp": 1657947916116,
  "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-16T05:07:53.440Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08e4f254-f268-4682-a704-b22a2dd3c66f
2022-07-16T05:07:53.441Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:07:53.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947916239,
  "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-16T05:07:53.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947917246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947908472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947901520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947906919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947918260,
  "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-16T05:07:53.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657947919271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.468Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947921007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.469Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947918391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "cds",
  "timestamp": 1657947919654,
  "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-16T05:07:53.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37030220-6f1e-4759-a5b2-4c0c63038780
2022-07-16T05:07:53.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:07:53.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947920487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947913188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947923644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947914619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "aai-ml",
  "timestamp": 1657947921491,
  "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-16T05:07:53.533Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08e4f254-f268-4682-a704-b22a2dd3c66f
2022-07-16T05:07:53.534Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:07:53.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947924647,
  "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-16T05:07:53.596Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37030220-6f1e-4759-a5b2-4c0c63038780
2022-07-16T05:07:53.596Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:07:53.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947922106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.630Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947923468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947924480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947923500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947917126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "policy-id",
  "timestamp": 1657947925485,
  "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-16T05:07:53.655Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37030220-6f1e-4759-a5b2-4c0c63038780
2022-07-16T05:07:53.656Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:07:53.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947924636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947925721,
  "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-16T05:07:53.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37030220-6f1e-4759-a5b2-4c0c63038780
2022-07-16T05:07:53.714Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:07:53.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947926725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947933049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947924205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:07:53.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:07:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947933100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:07:53.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947936067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "clamp",
  "timestamp": 1657947937075,
  "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-16T05:07:53.764Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37030220-6f1e-4759-a5b2-4c0c63038780
2022-07-16T05:07:53.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:07:53.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947947110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:07:53.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:07:53.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T05:07:53.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "aai-ml",
  "timestamp": 1657947948115,
  "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-16T05:07:53.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37030220-6f1e-4759-a5b2-4c0c63038780
2022-07-16T05:07:53.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:08:20.513Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:08:20.543Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:08:20.551Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:08:20.552Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T05:08:20.552Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T05:08:20.553Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T05:08:20.553Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:08:20.553Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:08:20.553Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:08:20.553Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:08:20.553Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:08:20.554Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:08:20.554Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:08:20.569Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T05:08:50.573Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08e4f254-f268-4682-a704-b22a2dd3c66f 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-16T05:08:50.593Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08e4f254-f268-4682-a704-b22a2dd3c66f and serviceModelVersionId: 18ea4e16-b139-4762-afbb-5446a831d02e
2022-07-16T05:08:50.593Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0cca0a9-729d-444c-b692-34aba2c4de2a
2022-07-16T05:08:50.595Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0
2022-07-16T05:08:50.624Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T05:08:50.746Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0|INFO|500||Invoke
2022-07-16T05:08:50.747Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08e4f254-f268-4682-a704-b22a2dd3c66f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fffa9be-0808-4386-aa00-753a98969f0d], X-ECOMP-RequestID=[08e4f254-f268-4682-a704-b22a2dd3c66f], X-TransactionId=[], X-ONAP-RequestID=[08e4f254-f268-4682-a704-b22a2dd3c66f], Content-Type=[application/merge-patch+json]}
2022-07-16T05:08:50.810Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T05:08:50.920Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?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/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-05:08:49:657-3873], vertex-id=[258152], Content-Length=[0], Date=[Sat, 16 Jul 2022 05:08:49 GMT], Content-Type=[application/json]}
2022-07-16T05:08:50.921Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T05:08:50.921Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0cca0a9-729d-444c-b692-34aba2c4de2a/model-vers/model-ver/18ea4e16-b139-4762-afbb-5446a831d02e?depth=0|INFO|500||InvokeReturn
2022-07-16T05:08:50.922Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T05:08:50.922Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:08:50.932Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:08:50.932Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08e4f254-f268-4682-a704-b22a2dd3c66f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T05:08:50.933Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T05:08:50.933Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:08:50.936Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:08:50.937Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948130933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T05:08:51.043Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T05:08:51.045Z||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-16T05:08:51.045Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:08:51.085Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:51.087Z||pool-133-thread-1|||||INFO|500||cambria reply ok (43 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-16T05:08:51.957Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:08:51.958Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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-16T05:08:51.958Z|08e4f254-f268-4682-a704-b22a2dd3c66f|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:08:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:08:53.320Z||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-16T05:08:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:08:53.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:53.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:08:53.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947986919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947984205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947989513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:08:53.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657947999335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:08:53.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657947998616,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:08:53.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657947999425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:08:53.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657948000382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "cds",
  "timestamp": 1657948000725,
  "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-16T05:08:53.474Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5ca18a2-eba2-47ab-b94e-1f1002541bd0
2022-07-16T05:08:53.475Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:08:53.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657948001387,
  "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-16T05:08:53.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c5ca18a2-eba2-47ab-b94e-1f1002541bd0
2022-07-16T05:08:53.509Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:08:53.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657947993188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:08:53.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657947994619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:08:53.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657948004579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:08:53.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657947998472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:08:53.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657948005593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:08:53.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "policy-id",
  "timestamp": 1657948006607,
  "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-16T05:08:53.554Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ca18a2-eba2-47ab-b94e-1f1002541bd0
2022-07-16T05:08:53.555Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:08:53.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657948008311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:08:53.577Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657948007365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:08:53.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657948010307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:08:53.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:08:53.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "aai-ml",
  "timestamp": 1657948008370,
  "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-16T05:08:53.591Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5ca18a2-eba2-47ab-b94e-1f1002541bd0
2022-07-16T05:08:53.592Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:08:53.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657948011312,
  "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-16T05:08:53.622Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5ca18a2-eba2-47ab-b94e-1f1002541bd0
2022-07-16T05:08:53.622Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:08:53.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:53.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:08:53.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:53.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:08:56.570Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:56.571Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T05:08:56.571Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"37030220-6f1e-4759-a5b2-4c0c63038780","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fe4afc9-897b-43ca-be61-51f1c79f7d0c","serviceDescription":"service","serviceInvariantUUID":"57334375-3ba1-41da-9548-0b5da09296a7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"caf99ff3-6fc8-4522-8ef4-0ccc380971cc","resourceInvariantUUID":"9f34ffe0-ff34-43bc-8bb4-959e9da8d17e","resourceCustomizationUUID":"b02de34d-47e1-48d1-8b72-38f78eacba78","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OTQ4YWVjNzJlMmRhMGY2MWIyMzA1Yjk1ODJmMWNlNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ebb266e-30e6-4e0e-91b1-90bcd2715e59","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MmQ5ZmFkYWJlY2ExOWRhYzVhNzY1NzBiOGE3MzBkYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5e519-b8ae-4d4c-86d3-b1d5fbd8deac","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1736df4d-095f-4222-9d5c-34bb83053d0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2da20131-e028-442e-89ae-b17273072d7a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21a6dc25-8f74-4277-915c-76732e6f1065","artifactVersion":"2","generatedFromUUID":"1736df4d-095f-4222-9d5c-34bb83053d0b"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NzcxNjczZWUzNGIzYjcxNzJlNzI0NjhjNDc5NmI1Mzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b3a04d0d-8f1f-4d32-8c29-924f390ba843","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDcwNjIzMTQxYzAwYzUyYTA4MjA2ZjhkZWM5MjBhZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"880f4d60-f92d-409e-98aa-9cca3e5e33e1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZThjMDdiYWE1YTkzNDc5MTZlZjI2MmVkYjY3ZjNkMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c759aef3-bd3f-4b2f-a1d9-62f0565a63bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T05:08:56.575Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:08:56.575Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:08:56.578Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:08:56.578Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:56.678Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:08:56.679Z||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-16T05:08:56.680Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:08:56.721Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:56.721Z||pool-134-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:08:57.581Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:08:57.582Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:08:57.585Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:08:57.586Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:08:57.686Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:08:57.687Z||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-16T05:08:57.687Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:08:57.711Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:57.712Z||pool-135-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:08:58.588Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:08:58.590Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:08:58.595Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:08:58.595Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:08:58.695Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T05:08:58.696Z||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-16T05:08:58.696Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:08:58.744Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:58.746Z||pool-136-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:08:59.596Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:08:59.597Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:08:59.601Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:08:59.602Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:08:59.702Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:08:59.703Z||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-16T05:08:59.703Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:08:59.733Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:08:59.734Z||pool-137-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:00.602Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:00.603Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:00.616Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:00.617Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T05:09:00.710Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-16T05:09:00.712Z||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-16T05:09:00.712Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:00.748Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:00.760Z||pool-138-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:01.617Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:01.619Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:01.623Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:01.624Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:01.730Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T05:09:01.731Z||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-16T05:09:01.731Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:01.758Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:01.759Z||pool-139-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:02.625Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:02.643Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:02.646Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:02.647Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:02.747Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:09:02.748Z||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-16T05:09:02.748Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:02.797Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:02.798Z||pool-140-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:03.648Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:03.649Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:03.652Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:03.653Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:09:03.753Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:03.754Z||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-16T05:09:03.754Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:03.815Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:03.817Z||pool-141-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:04.654Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fe4afc9-897b-43ca-be61-51f1c79f7d0c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "57334375-3ba1-41da-9548-0b5da09296a7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b02de34d-47e1-48d1-8b72-38f78eacba78",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "caf99ff3-6fc8-4522-8ef4-0ccc380971cc",
      "resourceInvariantUUID": "9f34ffe0-ff34-43bc-8bb4-959e9da8d17e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MmQ5ZmFkYWJlY2ExOWRhYzVhNzY1NzBiOGE3MzBkYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1d5e519-b8ae-4d4c-86d3-b1d5fbd8deac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1736df4d-095f-4222-9d5c-34bb83053d0b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "21a6dc25-8f74-4277-915c-76732e6f1065",
            "generatedFromUUID": "1736df4d-095f-4222-9d5c-34bb83053d0b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21a6dc25-8f74-4277-915c-76732e6f1065",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZThjMDdiYWE1YTkzNDc5MTZlZjI2MmVkYjY3ZjNkMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c759aef3-bd3f-4b2f-a1d9-62f0565a63bb"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T05:09:04.655Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T05:09:04.658Z|08e4f254-f268-4682-a704-b22a2dd3c66f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fe4afc9-897b-43ca-be61-51f1c79f7d0c ASDC
2022-07-16T05:09:04.659Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:37030220-6f1e-4759-a5b2-4c0c63038780
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fe4afc9-897b-43ca-be61-51f1c79f7d0c
ServiceInvariantUUID:57334375-3ba1-41da-9548-0b5da09296a7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:c759aef3-bd3f-4b2f-a1d9-62f0565a63bb
ArtifactChecksum:ZThjMDdiYWE1YTkzNDc5MTZlZjI2MmVkYjY3ZjNkMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b02de34d-47e1-48d1-8b72-38f78eacba78
ResourceInvariantUUID:9f34ffe0-ff34-43bc-8bb4-959e9da8d17e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:caf99ff3-6fc8-4522-8ef4-0ccc380971cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:e1d5e519-b8ae-4d4c-86d3-b1d5fbd8deac
ArtifactChecksum:MmQ5ZmFkYWJlY2ExOWRhYzVhNzY1NzBiOGE3MzBkYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:1736df4d-095f-4222-9d5c-34bb83053d0b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:21a6dc25-8f74-4277-915c-76732e6f1065
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:21a6dc25-8f74-4277-915c-76732e6f1065
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T05:09:04.659Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fe4afc9-897b-43ca-be61-51f1c79f7d0c 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-16T05:09:04.713Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T05:09:04.715Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:09:04.715Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:09:04.715Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c759aef3-bd3f-4b2f-a1d9-62f0565a63bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T05:09:04.716Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:09:04.716Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T05:09:05.014Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:09:05.020Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c759aef3-bd3f-4b2f-a1d9-62f0565a63bb 78794
2022-07-16T05:09:05.023Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-16T05:09:05.024Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T05:09:05.024Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:09:05.024Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:05.032Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:05.033Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948145023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:09:05.128Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-16T05:09:05.129Z||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-16T05:09:05.129Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:05.180Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:05.181Z||pool-142-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:06.035Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T05:09:06.037Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:09:06.037Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c759aef3-bd3f-4b2f-a1d9-62f0565a63bb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:06.038Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-16T05:09:06.038Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:06.038Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:06.318Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18178220175051018610/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-16T05:09:08.681Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T05:09:08.682Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-16T05:09:08.682Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.682Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T05:09:08.682Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.682Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.683Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T05:09:08.684Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-16T05:09:08.684Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.684Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.684Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:08.685Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-16T05:09:08.685Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T05:09:08.685Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.686Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.686Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:08.686Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-16T05:09:08.687Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T05:09:08.687Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.687Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.688Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.688Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-16T05:09:08.688Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-16T05:09:08.688Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-16T05:09:08.689Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-16T05:09:08.689Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T05:09:08.689Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T05:09:08.690Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.690Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T05:09:08.690Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.690Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:08.691Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:09:08.691Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.691Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:08.692Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:09:08.692Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.692Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:08.692Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:09:08.692Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.693Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-16T05:09:08.693Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T05:09:08.693Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T05:09:08.693Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5115bd2a-e71b-4b24-8bdf-50c6e45fb10a
2022-07-16T05:09:08.693Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.694Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.694Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.694Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.694Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.694Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.695Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:08.695Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:08.695Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8fe4afc9-897b-43ca-be61-51f1c79f7d0c
Model Version:NULL
Model InvariantUuid:57334375-3ba1-41da-9548-0b5da09296a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:eb5af49a-d771-4c57-aae1-36c6f3bc71ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f34ffe0-ff34-43bc-8bb4-959e9da8d17e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b02de34d-47e1-48d1-8b72-38f78eacba78
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:50d2f076-7432-47bb-b2c6-3b22eeb9ca11
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:51b1f8cd-33c7-421f-b7e4-15ac35de723f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5115bd2a-e71b-4b24-8bdf-50c6e45fb10a
ModelInvariantUuid:487a5dbb-3d9f-4f06-8476-f36b294c3f6b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4d9bde1c-cc39-4e1a-93a5-947c4dc921a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:44df018e-e3b2-4a6a-8f02-bd92deb666a6
ModelInvariantUuid:09a3290a-ad69-45ab-8764-a9fb8b13841e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0c5fa115-9956-4b6c-b9d4-e7aa59a63532
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-16T05:09:08.712Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: caf99ff3-6fc8-4522-8ef4-0ccc380971cc
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-16T05:09:08.718Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-07-16T05:09:08.719Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: caf99ff3-6fc8-4522-8ef4-0ccc380971cc
2022-07-16T05:09:08.719Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1d5e519-b8ae-4d4c-86d3-b1d5fbd8deac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-16T05:09:08.719Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:09:08.719Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-16T05:09:08.785Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:09:08.790Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e1d5e519-b8ae-4d4c-86d3-b1d5fbd8deac 792
2022-07-16T05:09:08.790Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-16T05:09:08.790Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-16T05:09:08.791Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:09:08.791Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:08.794Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:08.794Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948148790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:09:08.895Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T05:09:08.896Z||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-16T05:09:08.897Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:08.923Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:08.924Z||pool-143-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:09.795Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50d2f076-7432-47bb-b2c6-3b22eeb9ca11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51b1f8cd-33c7-421f-b7e4-15ac35de723f",
    "vfModuleModelCustomizationUUID": "99bdf1e5-0800-4d9f-b95a-820f11c5dc3f",
    "isBase": true,
    "artifacts": [
      "1736df4d-095f-4222-9d5c-34bb83053d0b",
      "21a6dc25-8f74-4277-915c-76732e6f1065"
    ],
    "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-16T05:09:09.801Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51b1f8cd-33c7-421f-b7e4-15ac35de723f
VfModuleModelInvariantUUID:50d2f076-7432-47bb-b2c6-3b22eeb9ca11
VfModuleModelDescription:NULL
Artifacts UUID List:{
1736df4d-095f-4222-9d5c-34bb83053d0b
,
21a6dc25-8f74-4277-915c-76732e6f1065

}
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-16T05:09:09.805Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50d2f076-7432-47bb-b2c6-3b22eeb9ca11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51b1f8cd-33c7-421f-b7e4-15ac35de723f",
    "vfModuleModelCustomizationUUID": "99bdf1e5-0800-4d9f-b95a-820f11c5dc3f",
    "isBase": true,
    "artifacts": [
      "1736df4d-095f-4222-9d5c-34bb83053d0b",
      "21a6dc25-8f74-4277-915c-76732e6f1065"
    ],
    "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-16T05:09:09.805Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51b1f8cd-33c7-421f-b7e4-15ac35de723f
VfModuleModelInvariantUUID:50d2f076-7432-47bb-b2c6-3b22eeb9ca11
VfModuleModelDescription:NULL
Artifacts UUID List:{
1736df4d-095f-4222-9d5c-34bb83053d0b
,
21a6dc25-8f74-4277-915c-76732e6f1065

}
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-16T05:09:09.806Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1736df4d-095f-4222-9d5c-34bb83053d0b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-16T05:09:09.806Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:09:09.806Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-16T05:09:09.962Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:09:09.965Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1736df4d-095f-4222-9d5c-34bb83053d0b 5033
2022-07-16T05:09:09.966Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-16T05:09:09.966Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-16T05:09:09.966Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:09:09.967Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:09.970Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:09.970Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948149966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:09:10.071Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:09:10.072Z||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-16T05:09:10.072Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:10.113Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:10.114Z||pool-144-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:10.971Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21a6dc25-8f74-4277-915c-76732e6f1065 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-16T05:09:10.972Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:09:10.972Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-16T05:09:11.077Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:09:11.078Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 21a6dc25-8f74-4277-915c-76732e6f1065 903
2022-07-16T05:09:11.079Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-16T05:09:11.079Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-16T05:09:11.079Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:09:11.079Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:11.082Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:11.083Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948151079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:09:11.183Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:11.184Z||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-16T05:09:11.184Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:11.207Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:11.208Z||pool-145-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:12.083Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8fe4afc9-897b-43ca-be61-51f1c79f7d0c
2022-07-16T05:09:12.084Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 caf99ff3-6fc8-4522-8ef4-0ccc380971cc 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-16T05:09:12.116Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a38ddb, org.onap.sdc.toscaparser.api.parameters.Input@24e54266, org.onap.sdc.toscaparser.api.parameters.Input@5e2938da, org.onap.sdc.toscaparser.api.parameters.Input@6ce4cbda, org.onap.sdc.toscaparser.api.parameters.Input@65204ec8]
2022-07-16T05:09:12.120Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.122Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.122Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-16T05:09:12.123Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b02de34d-47e1-48d1-8b72-38f78eacba78
2022-07-16T05:09:12.123Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b02de34d-47e1-48d1-8b72-38f78eacba78 matches Tosca VF Customization UUID: b02de34d-47e1-48d1-8b72-38f78eacba78
2022-07-16T05:09:12.123Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b02de34d-47e1-48d1-8b72-38f78eacba78  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-16T05:09:12.129Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.130Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.132Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b02de34d-47e1-48d1-8b72-38f78eacba78: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-07-16T05:09:12.133Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36506264
2022-07-16T05:09:12.133Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.134Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T05:09:12.134Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99bdf1e5-0800-4d9f-b95a-820f11c5dc3f
2022-07-16T05:09:12.135Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99bdf1e5-0800-4d9f-b95a-820f11c5dc3f
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-16T05:09:12.140Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.141Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:12.141Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:09:12.142Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.142Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:12.143Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:09:12.143Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.143Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-16T05:09:12.144Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T05:09:12.144Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T05:09:12.144Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5115bd2a-e71b-4b24-8bdf-50c6e45fb10a
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-16T05:09:12.149Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.150Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:12.150Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T05:09:12.150Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.151Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T05:09:12.151Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b02de34d-47e1-48d1-8b72-38f78eacba78
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-16T05:09:12.154Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.155Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.155Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8fe4afc9-897b-43ca-be61-51f1c79f7d0c: basic_vm_macro
2022-07-16T05:09:12.156Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.156Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.156Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.156Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.157Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.157Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.157Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.157Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.158Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:12.158Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T05:09:12.158Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T05:09:12.340Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro caf99ff3-6fc8-4522-8ef4-0ccc380971cc 1 ASDC deployResourceStructure
2022-07-16T05:09:12.341Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-16T05:09:12.342Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-16T05:09:12.342Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:09:12.344Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:12.347Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:12.348Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948152341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T05:09:12.447Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:09:12.448Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:12.449Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:12.475Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:12.476Z||pool-146-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:13.349Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-16T05:09:13.350Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-16T05:09:13.351Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:09:13.352Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:13.354Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:13.355Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948153349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T05:09:13.455Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:13.456Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:13.457Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:13.479Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:13.481Z||pool-147-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:14.356Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-16T05:09:14.359Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-16T05:09:14.360Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:09:14.360Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:14.363Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:14.363Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948154356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T05:09:14.463Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:14.464Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:14.465Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:14.489Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:14.490Z||pool-148-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:15.365Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-16T05:09:15.366Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T05:09:15.366Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:09:15.366Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:15.374Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:15.374Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948155365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:09:15.474Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:09:15.475Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:15.476Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:15.500Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:15.501Z||pool-149-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:16.376Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37030220-6f1e-4759-a5b2-4c0c63038780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:09:16.392Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37030220-6f1e-4759-a5b2-4c0c63038780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:09:16.395Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:09:16.395Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T05:09:16.396Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T05:09:16.396Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T05:09:16.396Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:09:16.396Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:09:16.396Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:09:16.396Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:09:16.397Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:09:16.397Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:09:16.397Z|37030220-6f1e-4759-a5b2-4c0c63038780|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-16T05:09:16.409Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T05:09:46.410Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37030220-6f1e-4759-a5b2-4c0c63038780 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-16T05:09:46.420Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37030220-6f1e-4759-a5b2-4c0c63038780 and serviceModelVersionId: 8fe4afc9-897b-43ca-be61-51f1c79f7d0c
2022-07-16T05:09:46.420Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57334375-3ba1-41da-9548-0b5da09296a7
2022-07-16T05:09:46.421Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57334375-3ba1-41da-9548-0b5da09296a7/model-vers/model-ver/8fe4afc9-897b-43ca-be61-51f1c79f7d0c?depth=0
2022-07-16T05:09:46.429Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T05:09:46.513Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57334375-3ba1-41da-9548-0b5da09296a7/model-vers/model-ver/8fe4afc9-897b-43ca-be61-51f1c79f7d0c?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-16T05:09:46.516Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57334375-3ba1-41da-9548-0b5da09296a7/model-vers/model-ver/8fe4afc9-897b-43ca-be61-51f1c79f7d0c?depth=0|INFO|500||Invoke
2022-07-16T05:09:46.561Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57334375-3ba1-41da-9548-0b5da09296a7/model-vers/model-ver/8fe4afc9-897b-43ca-be61-51f1c79f7d0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T05:09:46.694Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57334375-3ba1-41da-9548-0b5da09296a7/model-vers/model-ver/8fe4afc9-897b-43ca-be61-51f1c79f7d0c?depth=0|INFO|500||InvokeReturn
2022-07-16T05:09:46.695Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57334375-3ba1-41da-9548-0b5da09296a7/model-vers/model-ver/8fe4afc9-897b-43ca-be61-51f1c79f7d0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-05:09:45:407-84475], vertex-id=[258128], Content-Length=[0], Date=[Sat, 16 Jul 2022 05:09:45 GMT], Content-Type=[application/json]}
2022-07-16T05:09:46.696Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T05:09:46.696Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T05:09:46.696Z|37030220-6f1e-4759-a5b2-4c0c63038780|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-16T05:09:46.705Z|37030220-6f1e-4759-a5b2-4c0c63038780|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-16T05:09:46.705Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37030220-6f1e-4759-a5b2-4c0c63038780 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T05:09:46.706Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T05:09:46.706Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:46.708Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:46.708Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948186705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T05:09:46.808Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:09:46.810Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:46.810Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:46.858Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:46.859Z||pool-150-thread-1|||||INFO|500||cambria reply ok (50 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-16T05:09:47.735Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T05:09:47.735Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5ca18a2-eba2-47ab-b94e-1f1002541bd0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ac37428b-33da-499a-aeff-7b51ca47c7f2","serviceDescription":"service","serviceInvariantUUID":"4f007049-18fc-4c88-b08e-cc10f6ac8c22","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"405ca9d3-a27b-4728-990c-18feba0584be","resourceInvariantUUID":"8556b464-5045-46bc-a922-1684e43374d7","resourceCustomizationUUID":"288e3abc-09d3-4ea0-9fb9-ecb49461210a","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":"NDI2ZTk5MzlhMDI2MGNmYWJkNmJhNWRkMzczM2E0NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5db1c93-40d1-40cd-a1fc-47ca0e047fa7","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":"0115a454-d525-4d84-a48b-38a043460591","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":"79687140-ad45-4a71-9d1f-c1e1f689eddf","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":"MDQyMDQyZmJmOTYxNTJiYzZhOTFiZmUxMTY2MzI4YzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9aa31d8f-bc77-45ea-ad5a-13ff92bcdec2","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":"08a5d2ae-172f-4664-ae16-cb1167ccb7af","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":"07d39ab9-b41f-46fc-8f27-0b4a54ccf131","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":"b4270408-76a5-4232-a4c1-c0b228f7b710","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":"NjkzYmRlZmRhN2U0ZmNhOTBmODc3OTE2ZWY2M2UzNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13b571e7-4754-41e4-8bb6-7ef4273fa80a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTMzMTU1ZmE1YzEzMTUxNDE2MzMyOTQyNzk5YzY4ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fa4bcf0-d724-4155-9729-3831c7363fc8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T05:09:47.736Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:47.736Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:47.739Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:47.739Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:47.842Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T05:09:47.844Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:47.844Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:47.892Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:47.893Z||pool-151-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:48.740Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:48.741Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:48.746Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:48.746Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:48.846Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T05:09:48.847Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:48.847Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:48.915Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:48.916Z||pool-152-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:49.748Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:49.749Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:49.752Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:49.753Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:49.853Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:49.854Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:49.855Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:49.877Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:49.877Z||pool-153-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:50.754Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:50.776Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:50.792Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:50.792Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:50.880Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-16T05:09:50.882Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:50.882Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:50.913Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:50.914Z||pool-154-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:51.793Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:51.794Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:51.798Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:51.798Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:51.898Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:51.899Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:51.900Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:51.930Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:51.933Z||pool-155-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:52.799Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:52.800Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:52.803Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:52.803Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:52.911Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T05:09:52.915Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:52.916Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:52.939Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:52.940Z||pool-156-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:53.321Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:09:53.322Z||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-16T05:09:53.322Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:09:53.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:53.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:09:53.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:53.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:09:53.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:09:53.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948005822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:09:53.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:09:53.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:09:53.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948023091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:09:53.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:09:53.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:09:53.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948026099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:09:53.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:09:53.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T05:09:53.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "clamp",
  "timestamp": 1657948027110,
  "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-16T05:09:53.398Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5ca18a2-eba2-47ab-b94e-1f1002541bd0
2022-07-16T05:09:53.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:09:53.804Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:53.805Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:53.809Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:53.809Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:53.910Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T05:09:53.911Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:53.911Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:53.929Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:53.930Z||pool-157-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:54.811Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:54.812Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:54.818Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:54.818Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:09:54.919Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T05:09:54.932Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:54.933Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:54.952Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:54.953Z||pool-158-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:55.819Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T05:09:55.821Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:55.826Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:55.827Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:09:55.926Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T05:09:55.931Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:55.932Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:55.970Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:55.970Z||pool-159-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:09:56.827Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ac37428b-33da-499a-aeff-7b51ca47c7f2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4f007049-18fc-4c88-b08e-cc10f6ac8c22",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "288e3abc-09d3-4ea0-9fb9-ecb49461210a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "405ca9d3-a27b-4728-990c-18feba0584be",
      "resourceInvariantUUID": "8556b464-5045-46bc-a922-1684e43374d7",
      "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": "ZTMzMTU1ZmE1YzEzMTUxNDE2MzMyOTQyNzk5YzY4ODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9fa4bcf0-d724-4155-9729-3831c7363fc8"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T05:09:56.829Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T05:09:56.829Z|37030220-6f1e-4759-a5b2-4c0c63038780|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac37428b-33da-499a-aeff-7b51ca47c7f2 ASDC
2022-07-16T05:09:56.829Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c5ca18a2-eba2-47ab-b94e-1f1002541bd0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ac37428b-33da-499a-aeff-7b51ca47c7f2
ServiceInvariantUUID:4f007049-18fc-4c88-b08e-cc10f6ac8c22
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:9fa4bcf0-d724-4155-9729-3831c7363fc8
ArtifactChecksum:ZTMzMTU1ZmE1YzEzMTUxNDE2MzMyOTQyNzk5YzY4ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:288e3abc-09d3-4ea0-9fb9-ecb49461210a
ResourceInvariantUUID:8556b464-5045-46bc-a922-1684e43374d7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:405ca9d3-a27b-4728-990c-18feba0584be
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-16T05:09:56.829Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac37428b-33da-499a-aeff-7b51ca47c7f2 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-16T05:09:56.877Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T05:09:56.878Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:09:56.878Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:09:56.878Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9fa4bcf0-d724-4155-9729-3831c7363fc8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-16T05:09:56.878Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-16T05:09:56.879Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:57.106Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-16T05:09:57.118Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9fa4bcf0-d724-4155-9729-3831c7363fc8 105661
2022-07-16T05:09:57.119Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:57.119Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:57.126Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T05:09:57.126Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:57.130Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:57.130Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948197118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:09:57.230Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:09:57.231Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:09:57.231Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:09:57.264Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:09:57.264Z||pool-160-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-16T05:09:58.131Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T05:09:58.135Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-16T05:09:58.135Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9fa4bcf0-d724-4155-9729-3831c7363fc8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T05:09:58.136Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-16T05:09:58.136Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T05:09:58.136Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T05:09:58.334Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13818500139204804175/Definitions/service-TestPnfMacro-template.yml
2022-07-16T05:09:59.855Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T05:09:59.856Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-16T05:09:59.856Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T05:09:59.856Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T05:09:59.857Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.857Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.860Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.861Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.861Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.861Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.861Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.861Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-16T05:09:59.861Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.862Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.862Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-16T05:09:59.863Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-16T05:09:59.863Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T05:09:59.863Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.863Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.864Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-16T05:09:59.864Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-16T05:09:59.864Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T05:09:59.864Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.865Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.865Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.865Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.865Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.865Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.865Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.866Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.866Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.866Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.866Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ac37428b-33da-499a-aeff-7b51ca47c7f2
Model Version:NULL
Model InvariantUuid:4f007049-18fc-4c88-b08e-cc10f6ac8c22
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-16T05:09:59.894Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 405ca9d3-a27b-4728-990c-18feba0584be
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-16T05:09:59.899Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-07-16T05:09:59.900Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 405ca9d3-a27b-4728-990c-18feba0584be
2022-07-16T05:09:59.900Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ac37428b-33da-499a-aeff-7b51ca47c7f2
2022-07-16T05:09:59.900Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac37428b-33da-499a-aeff-7b51ca47c7f2
2022-07-16T05:09:59.900Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 405ca9d3-a27b-4728-990c-18feba0584be 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-16T05:09:59.907Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3165e821, org.onap.sdc.toscaparser.api.parameters.Input@7e3d73da, org.onap.sdc.toscaparser.api.parameters.Input@68cf5890, org.onap.sdc.toscaparser.api.parameters.Input@24789c34, org.onap.sdc.toscaparser.api.parameters.Input@3ac24c7a]
2022-07-16T05:09:59.908Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.908Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.908Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac37428b-33da-499a-aeff-7b51ca47c7f2: test-pnf
2022-07-16T05:09:59.909Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Processing PNF resource: 405ca9d3-a27b-4728-990c-18feba0584be
2022-07-16T05:09:59.909Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T05:09:59.909Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.909Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||Resource customization UUID: 288e3abc-09d3-4ea0-9fb9-ecb49461210a is the same as notified resource customizationUUID: 288e3abc-09d3-4ea0-9fb9-ecb49461210a
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-16T05:09:59.976Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 405ca9d3-a27b-4728-990c-18feba0584be 0 ASDC deployResourceStructure
2022-07-16T05:09:59.977Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.977Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:09:59.978Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T05:09:59.978Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:09:59.982Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:09:59.983Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948199977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:10:00.083Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:10:00.084Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:10:00.084Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:10:00.107Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:10:00.107Z||pool-161-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T05:10:00.984Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5ca18a2-eba2-47ab-b94e-1f1002541bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:10:01.003Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5ca18a2-eba2-47ab-b94e-1f1002541bd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:10:01.008Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T05:10:01.008Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T05:10:01.008Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T05:10:01.008Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T05:10:01.009Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.009Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.009Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.009Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.009Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.010Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.010Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T05:10:01.010Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:10:01.022Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T05:10:31.023Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5ca18a2-eba2-47ab-b94e-1f1002541bd0 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-16T05:10:31.034Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5ca18a2-eba2-47ab-b94e-1f1002541bd0 and serviceModelVersionId: ac37428b-33da-499a-aeff-7b51ca47c7f2
2022-07-16T05:10:31.034Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f007049-18fc-4c88-b08e-cc10f6ac8c22
2022-07-16T05:10:31.036Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f007049-18fc-4c88-b08e-cc10f6ac8c22/model-vers/model-ver/ac37428b-33da-499a-aeff-7b51ca47c7f2?depth=0
2022-07-16T05:10:31.042Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T05:10:31.105Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f007049-18fc-4c88-b08e-cc10f6ac8c22/model-vers/model-ver/ac37428b-33da-499a-aeff-7b51ca47c7f2?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-16T05:10:31.107Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f007049-18fc-4c88-b08e-cc10f6ac8c22/model-vers/model-ver/ac37428b-33da-499a-aeff-7b51ca47c7f2?depth=0|INFO|500||Invoke
2022-07-16T05:10:31.142Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f007049-18fc-4c88-b08e-cc10f6ac8c22/model-vers/model-ver/ac37428b-33da-499a-aeff-7b51ca47c7f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T05:10:31.256Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f007049-18fc-4c88-b08e-cc10f6ac8c22/model-vers/model-ver/ac37428b-33da-499a-aeff-7b51ca47c7f2?depth=0|INFO|500||InvokeReturn
2022-07-16T05:10:31.259Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f007049-18fc-4c88-b08e-cc10f6ac8c22/model-vers/model-ver/ac37428b-33da-499a-aeff-7b51ca47c7f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220716-05:10:29:986-19796], vertex-id=[524504], Content-Length=[0], Date=[Sat, 16 Jul 2022 05:10:29 GMT], Content-Type=[application/json]}
2022-07-16T05:10:31.259Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T05:10:31.260Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T05:10:31.261Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:10:31.268Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:10:31.271Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5ca18a2-eba2-47ab-b94e-1f1002541bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T05:10:31.271Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T05:10:31.272Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-16T05:10:31.274Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T05:10:31.275Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948231271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T05:10:31.375Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T05:10:31.377Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T05:10:31.377Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qdaMcaXRA87LJD03) ...
2022-07-16T05:10:31.412Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:10:31.416Z||pool-162-thread-1|||||INFO|500||cambria reply ok (40 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-16T05:10:32.312Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:10:32.312Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:10:32.312Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:10:41.899Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:10:41.900Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:10:41.901Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:10:41.901Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:10:51.480Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:10:51.481Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:10:51.482Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:10:51.482Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:10:53.319Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:10:53.320Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T05:10:53.321Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:10:53.363Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:10:53.364Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T05:10:53.364Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e4f254-f268-4682-a704-b22a2dd3c66f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948130933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T05:10:53.366Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:01.100Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:11:01.101Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:11:01.102Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:11:01.102Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:11:10.677Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:11:10.678Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:11:10.679Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:11:10.679Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:11:20.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:11:53.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:11:53.317Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:11:53.317Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:11:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:11:53.320Z||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-16T05:11:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:11:53.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:11:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T05:11:53.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T05:11:53.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T05:11:53.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:11:53.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948145023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:11:53.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948148790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:11:53.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948149966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:11:53.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948151079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948152341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948153349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T05:11:53.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948154356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T05:11:53.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948155365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37030220-6f1e-4759-a5b2-4c0c63038780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948186705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:11:53.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:11:53.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:11:53.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:12:02.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:12:53.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:12:53.317Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:12:53.317Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:12:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:12:53.320Z||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-16T05:12:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:12:53.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:12:53.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:12:53.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:12:53.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:12:53.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:12:53.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T05:12:53.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:12:53.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:12:53.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948131957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T05:12:53.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-16T05:12:53.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:12:53.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948197118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948199977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5ca18a2-eba2-47ab-b94e-1f1002541bd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657948231271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T05:12:53.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T05:13:02.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:13:53.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:13:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:13:53.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:13:53.319Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:13:53.324Z||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-16T05:13:53.324Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:14:02.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:14:02.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:14:53.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:14:53.317Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:14:53.317Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:14:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:14:53.320Z||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-16T05:14:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:15:02.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:15:02.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:15:53.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:15:53.317Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:15:53.317Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:15:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:15:53.321Z||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-16T05:15:53.321Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:16:02.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:16:02.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:16:53.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:16:53.317Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T05:16:53.317Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qdaMcaXRA87LJD03) ...
2022-07-16T05:16:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:16:53.320Z||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-16T05:16:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:17:02.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:17:02.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:17:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:17:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:17:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:17:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:17:53.320Z||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-16T05:17:53.330Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:18:02.923Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:18:02.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:18:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:18:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:18:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:18:53.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:18:53.320Z||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-16T05:18:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:19:02.892Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:19:02.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:19:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:19:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:19:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:19:53.320Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:19:53.321Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:19:53.321Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:20:02.938Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:20:02.949Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:20:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:20:53.319Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:20:53.321Z|4554f981-c0e7-43e0-89bb-3d974651b662|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-16T05:20:53.321Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:20:53.321Z|4554f981-c0e7-43e0-89bb-3d974651b662|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:20:53.322Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:21:02.907Z|4554f981-c0e7-43e0-89bb-3d974651b662|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:21:02.926Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:21:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:21:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:21:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:21:53.321Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:21:53.322Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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-16T05:21:53.322Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:22:02.908Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:22:02.915Z|6b222519-6e1b-4ba5-a3ee-c4b81d7e1b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:22:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:22:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:22:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:22:53.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:22:53.320Z||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-16T05:22:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:23:02.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:23:02.901Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:23:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:23:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:23:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:23:53.319Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:23:53.321Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:23:53.323Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:24:02.908Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:24:02.916Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:24:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:24:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:24:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:24:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:24:53.320Z||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-16T05:24:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:25:02.894Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:25:02.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:25:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:25:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:25:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:25:53.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:25:53.319Z||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-16T05:25:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:26:02.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:26:02.917Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:26:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:26:53.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:26:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:26:53.320Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:26:53.320Z||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-16T05:26:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:27:02.897Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:27:02.924Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:27:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:27:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:27:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:27:53.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:27:53.320Z||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-16T05:27:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:28:02.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:28:02.915Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:28:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:28:53.319Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:28:53.320Z||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-16T05:28:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:28:53.320Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:28:53.321Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:29:02.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:29:02.895Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:29:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:29:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:29:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:29:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:29:53.319Z||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-16T05:29:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:30:02.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:30:02.957Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:30:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:30:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:30:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:30:53.319Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:30:53.321Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:30:53.322Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:31:02.920Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:31:02.920Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:31:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:31:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:31:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:31:53.319Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:31:53.320Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:31:53.320Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:32:02.902Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:32:02.905Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:32:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:32:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:32:53.318Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:32:53.319Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:32:53.319Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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-16T05:32:53.320Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:33:02.888Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:33:02.889Z|c5ca18a2-eba2-47ab-b94e-1f1002541bd0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:33:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:33:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:33:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:33:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:33:53.319Z||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-16T05:33:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:34:02.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:34:02.892Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:34:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:34:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:34:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:34:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:34:53.320Z||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-16T05:34:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:35:02.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:35:02.916Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:35:53.316Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:35:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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-16T05:35:53.317Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|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 qdaMcaXRA87LJD03) ...
2022-07-16T05:35:53.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:35:53.320Z||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-16T05:35:53.320Z||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 qdaMcaXRA87LJD03) ...
2022-07-16T05:36:02.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:36:02.901Z|d71c7069-2675-41d8-9fe7-790f7a85c9d4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK