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-14T05:41:55.166Z||main|||||INFO|500||The following profiles are active: basic
2022-07-14T05:42:28.136Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-14T05:42:28.138Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-14T05:42:28.437Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-14T05:42:42.464Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-14T05:42:43.666Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-14T05:42:45.010Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-14T05:42:45.061Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-14T05:42:45.432Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-14T05:42:46.207Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-14T05:42:48.318Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-14T05:42:54.731Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-14T05:43:00.318Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-14T05:43:00.446Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-14T05:43:01.796Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-14T05:43:02.419Z||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-14T05:43:06.108Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-14T05:43:08.670Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-14T05:43:08.716Z||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-14T05:43:08.717Z||main|||||WARN|500||The sdc end point is not alive
2022-07-14T05:43:16.292Z||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-14T05:43:23.480Z||main|||||WARN|500||---
2022-07-14T05:43:23.481Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-14T05:43:23.482Z||main|||||WARN|500||---
2022-07-14T05:43:24.521Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-14T05:43:36.280Z||main|||||INFO|500||Started Application in 109.018 seconds (JVM running for 114.556)
2022-07-14T05:43:36.358Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:43:36.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:43:36.480Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:43:36.584Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:43:36.741Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b78b9cae-5d26-4fae-8539-039ffbb841d1 url= /sdc/v1/artifactTypes
2022-07-14T05:43:36.743Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:43:37.916Z||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.58.40] 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-14T05:43:37.925Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@279cc1ac
2022-07-14T05:43:37.926Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-14T05:43:37.975Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-14T05:43:38.054Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-14T05:43:38.109Z||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-14T05:44:26.267Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:44:26.268Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:44:26.269Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:44:26.276Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:44:26.285Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a49ad05-29da-420c-b60e-29492119c008 url= /sdc/v1/artifactTypes
2022-07-14T05:44:26.285Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:44:27.325Z||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.58.40] 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-14T05:44:27.326Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@259bbd22
2022-07-14T05:44:27.326Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-14T05:44:27.327Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-14T05:44:27.327Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-14T05:44:27.328Z||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-14T05:45:16.268Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:45:16.269Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:45:16.269Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:45:16.293Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:45:16.304Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cc40f43f-4cd0-40f3-9c5b-575b41436f42 url= /sdc/v1/artifactTypes
2022-07-14T05:45:16.305Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:45:17.339Z||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.58.40] 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-14T05:45:17.341Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1adf97ff
2022-07-14T05:45:17.342Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-14T05:45:17.343Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-14T05:45:17.343Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-14T05:45:17.344Z||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-14T05:46:06.267Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:46:06.268Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:46:06.273Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:46:06.279Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:46:06.299Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aff96f48-3edc-42d8-96c2-45e934b23347 url= /sdc/v1/artifactTypes
2022-07-14T05:46:06.300Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:46:07.323Z||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.58.40] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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)
	... 49 common frames omitted
2022-07-14T05:46:07.324Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7055f062
2022-07-14T05:46:07.324Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-14T05:46:07.324Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-14T05:46:07.325Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-14T05:46:07.326Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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)
	... 32 common frames omitted
2022-07-14T05:46:56.268Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:46:56.269Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:46:56.269Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:46:56.277Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:46:56.287Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae39e28d-5854-468a-b691-6c6a1611f55c url= /sdc/v1/artifactTypes
2022-07-14T05:46:56.288Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:46:57.311Z||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.58.40] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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)
	... 49 common frames omitted
2022-07-14T05:46:57.312Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c1a93bb
2022-07-14T05:46:57.313Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-14T05:46:57.313Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-14T05:46:57.314Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-14T05:46:57.315Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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)
	... 32 common frames omitted
2022-07-14T05:47:46.267Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:47:46.267Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:47:46.269Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:47:46.276Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:47:46.287Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7dc520b1-95e2-4d2e-86ff-5637f5df81f5 url= /sdc/v1/artifactTypes
2022-07-14T05:47:46.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:47:47.323Z||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.58.40] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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)
	... 49 common frames omitted
2022-07-14T05:47:47.324Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dc2c54c
2022-07-14T05:47:47.324Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-14T05:47:47.325Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-14T05:47:47.325Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-14T05:47:47.326Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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)
	... 32 common frames omitted
2022-07-14T05:48:36.268Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-14T05:48:36.269Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-14T05:48:36.269Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-14T05:48:36.302Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-14T05:48:36.317Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18e4128e-9b83-4e6d-801f-4616b63e73dc url= /sdc/v1/artifactTypes
2022-07-14T05:48:36.318Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-14T05:48:36.726Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-14T05:48:36.739Z||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-14T05:48:36.781Z||scheduling-1|||||DEBUG|500||create keys
2022-07-14T05:48:36.795Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-14T05:48:36.901Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:48:36.925Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1bc2b468-9497-43b6-8a38-3631c2c16a48 url= /sdc/v1/registerForDistribution
2022-07-14T05:48:37.156Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1bc2b468-9497-43b6-8a38-3631c2c16a48 url= /sdc/v1/registerForDistribution
2022-07-14T05:48:37.157Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-14T05:48:37.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:48:37.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:48:37.207Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-14T05:48:37.217Z||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-14T05:48:37.218Z||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-14T05:48:37.219Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:48:37.226Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:48:47.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:48:47.858Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:49:37.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:49:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:49:37.174Z||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-14T05:49:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:49:37.174Z||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-14T05:49:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:49:46.853Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:49:46.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:50:37.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:50:37.173Z||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-14T05:50:37.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:50:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:50:37.174Z||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-14T05:50:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:50:46.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:50:46.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:51:37.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:51:37.179Z||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-14T05:51:37.179Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:51:37.182Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:51:37.183Z||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-14T05:51:37.183Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:51:46.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:51:46.803Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:51:54.654Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-14T05:52:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:52:37.173Z||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-14T05:52:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:52:37.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:52:37.193Z||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-14T05:52:37.194Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:52:46.794Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:52:46.830Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:53:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:53:37.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:53:37.175Z||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-14T05:53:37.175Z||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-14T05:53:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:53:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:53:46.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:53:46.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:54:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:54:37.175Z||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-14T05:54:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:54:37.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:54:37.177Z||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-14T05:54:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:54:46.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:54:46.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:55:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:55:37.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:55:37.181Z||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-14T05:55:37.182Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:55:37.171Z||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-14T05:55:37.184Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:55:46.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:55:46.784Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:56:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:56:37.178Z||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-14T05:56:37.178Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:56:37.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:56:37.188Z||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-14T05:56:37.189Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:56:46.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:56:46.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:57:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:57:37.172Z||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-14T05:57:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:57:37.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:57:37.180Z||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-14T05:57:37.181Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:57:46.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:57:46.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:58:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:58:37.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:58:37.175Z||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-14T05:58:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:58:37.183Z||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-14T05:58:37.184Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:58:46.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:58:46.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:59:37.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:59:37.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T05:59:37.185Z||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-14T05:59:37.185Z||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-14T05:59:37.185Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:59:37.185Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T05:59:46.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T05:59:46.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:00:37.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:00:37.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:00:37.177Z||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-14T06:00:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:00:37.177Z||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-14T06:00:37.189Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:00:46.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:00:46.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:01:37.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:01:37.180Z||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-14T06:01:37.181Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:01:37.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:01:37.189Z||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-14T06:01:37.189Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:01:46.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:01:46.825Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:02:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:02:37.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:02:37.176Z||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-14T06:02:37.177Z||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-14T06:02:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:02:37.178Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:02:46.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:02:46.865Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:03:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:03:37.172Z||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-14T06:03:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:03:37.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:03:37.183Z||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-14T06:03:37.186Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:03:46.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:03:46.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:04:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:04:37.171Z||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-14T06:04:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:04:37.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:04:37.184Z||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-14T06:04:37.184Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:04:46.812Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:04:46.815Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:05:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:05:37.173Z||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-14T06:05:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:05:37.176Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:05:37.178Z||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-14T06:05:37.179Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:05:46.804Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:05:46.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:06:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:06:37.174Z||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-14T06:06:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:06:37.175Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:06:37.176Z||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-14T06:06:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:06:46.787Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:06:46.806Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:07:37.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:07:37.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:07:37.195Z||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-14T06:07:37.196Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:07:37.195Z||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-14T06:07:37.207Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:07:46.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:07:46.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:08:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:08:37.173Z||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-14T06:08:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:08:37.175Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:08:37.176Z||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-14T06:08:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:08:46.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:08:46.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:09:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:09:37.173Z||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-14T06:09:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:09:37.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:09:37.174Z||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-14T06:09:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:09:46.835Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:09:46.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:10:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:10:37.172Z||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-14T06:10:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:10:37.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:10:37.174Z||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-14T06:10:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:10:46.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:10:46.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:11:37.175Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:11:37.176Z||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-14T06:11:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:11:37.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:11:37.180Z||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-14T06:11:37.180Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:11:46.821Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:11:46.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:12:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:12:37.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:12:37.177Z||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-14T06:12:37.177Z||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-14T06:12:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:12:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:12:46.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:12:46.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:13:37.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:13:37.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:13:37.184Z||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-14T06:13:37.184Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:13:37.184Z||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-14T06:13:37.185Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:13:46.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:13:46.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:14:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:14:37.173Z||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-14T06:14:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:14:37.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:14:37.177Z||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-14T06:14:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:14:46.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:14:46.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:15:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:15:37.172Z||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-14T06:15:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:15:37.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:15:37.241Z||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-14T06:15:37.241Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:15:46.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:15:46.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:16:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:16:37.173Z||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-14T06:16:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:16:37.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:16:37.181Z||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-14T06:16:37.182Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:16:46.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:16:46.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:17:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:17:37.173Z||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-14T06:17:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:17:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:17:37.187Z||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-14T06:17:37.188Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:17:46.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:17:46.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:18:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:18:37.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:18:37.175Z||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-14T06:18:37.175Z||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-14T06:18:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:18:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:18:46.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:18:46.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:19:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:19:37.172Z||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-14T06:19:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:19:37.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:19:37.192Z||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-14T06:19:37.192Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:19:46.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:19:46.994Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:20:37.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:20:37.178Z||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-14T06:20:37.178Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:20:37.175Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:20:37.180Z||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-14T06:20:37.180Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:20:46.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:20:46.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:21:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:21:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:21:37.175Z||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-14T06:21:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:21:37.187Z||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-14T06:21:37.187Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:21:46.827Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:21:46.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:22:37.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:22:37.172Z||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-14T06:22:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:22:37.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:22:37.181Z||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-14T06:22:37.181Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:22:46.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:22:46.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:23:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:23:37.173Z||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-14T06:23:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:23:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:23:37.175Z||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-14T06:23:37.179Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:23:46.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:23:46.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:24:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:24:37.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:24:37.175Z||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-14T06:24:37.175Z||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-14T06:24:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:24:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:24:46.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:24:46.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:25:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:25:37.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:25:37.174Z||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-14T06:25:37.176Z||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-14T06:25:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:25:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:25:46.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:25:46.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:26:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:26:37.173Z||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-14T06:26:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:26:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:26:37.174Z||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-14T06:26:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:26:46.856Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:26:46.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:27:37.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:27:37.190Z||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-14T06:27:37.190Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:27:37.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:27:37.195Z||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-14T06:27:37.195Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:27:46.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:27:46.875Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:28:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:28:37.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:28:37.181Z||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-14T06:28:37.181Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:28:37.172Z||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-14T06:28:37.188Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:28:46.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:28:46.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:29:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:29:37.174Z||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-14T06:29:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:29:37.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:29:37.180Z||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-14T06:29:37.181Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:29:46.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:29:47.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:30:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:30:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:30:37.174Z||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-14T06:30:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:30:37.176Z||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-14T06:30:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:30:46.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:30:46.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:31:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:31:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:31:37.174Z||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-14T06:31:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:31:37.177Z||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-14T06:31:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:31:46.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:31:46.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:32:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:32:37.172Z||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-14T06:32:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:32:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:32:37.174Z||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-14T06:32:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:32:46.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:32:46.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:33:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:33:37.171Z||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-14T06:33:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:33:37.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:33:37.175Z||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-14T06:33:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:33:46.797Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:33:46.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:34:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:34:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:34:37.175Z||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-14T06:34:37.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:34:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:34:37.175Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:34:46.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:34:46.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:35:37.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:35:37.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:35:37.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:35:37.190Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:35:37.189Z||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-14T06:35:37.194Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:35:46.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:35:46.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:36:37.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:36:37.171Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:36:37.172Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:36:37.182Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:36:37.191Z||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-14T06:36:37.210Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:36:46.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:36:46.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:37:37.175Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:37:37.177Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:37:37.177Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:37:37.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:37:37.180Z||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-14T06:37:37.180Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:37:46.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:37:46.818Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:38:37.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:38:37.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:38:37.176Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:38:37.178Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:38:37.212Z||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-14T06:38:37.213Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:38:46.832Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:38:46.837Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:39:37.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:39:37.171Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:39:37.171Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:39:37.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:39:37.175Z||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-14T06:39:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:39:46.868Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:39:46.941Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:40:37.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:40:37.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:40:37.180Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:40:37.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:40:37.181Z||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-14T06:40:37.186Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:40:46.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:40:46.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:41:37.175Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:41:37.175Z||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-14T06:41:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:37.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:41:37.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:37.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:37.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780873805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780872936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780878575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780889793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:37.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780889792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:37.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:37.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:37.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780883266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:41:37.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "cds",
  "timestamp": 1657780890811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-14T06:41:37.855Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:37.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T06:41:37.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0296943-3e0a-44ed-9d9b-ab4fe1de19c6","serviceName":"vFW 2022-07-14 06-39-37","serviceVersion":"1.0","serviceUUID":"96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f","serviceDescription":"catalog service description","serviceInvariantUUID":"76f1b413-087b-46b0-8dc1-9fef9051cf30","resources":[{"resourceInstanceName":"vFW 21d0a596-2f17 0","resourceName":"vFW 21d0a596-2f17","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d560da3a-4d18-4cbf-8072-96f65b9f96ca","resourceInvariantUUID":"85d65d30-429a-4778-afc1-76cbf81c15cf","resourceCustomizationUUID":"2ffb546c-09b5-4ed2-8a03-204c59ffccd7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml","artifactChecksum":"NmI3YjNmNzlmNzYzN2I0YTkyZjBkYjlmMjIxYjU2MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa83d052-c1e3-498a-99d6-ec32ba7efba8","artifactVersion":"1"},{"artifactName":"vfw21d0a5962f170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json","artifactChecksum":"ZWIyYjIyMWY2ZjU3NjFjOTYyMTE3MmZiNzRjZjliNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"007d1d41-54b8-4d7c-97f3-4566941eb12e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52e2b7ba-ddef-4252-a468-6fe47aad8c77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml","artifactChecksum":"NzUwZDViMDhmNWQ4MDU0YzRjZGQ1NGIwMWUyMjdjYzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c8817c5-e1c5-46a3-8144-a774fff76d93","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed7f564e-590b-4716-b0af-02ffadbbeabd","artifactVersion":"2","generatedFromUUID":"52e2b7ba-ddef-4252-a468-6fe47aad8c77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220714063937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml","artifactChecksum":"NDRmOTI1NmJkYjhiM2Y2M2YzN2E1NThhNmI2YmIzMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38a38fa1-f87c-47d2-b58f-fdb6ca0a8ccd","artifactVersion":"1"},{"artifactName":"service-Vfw20220714063937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar","artifactChecksum":"NDU2ZTc3YzE1YWJhMDlmODBmZmQzODFlZjFjMTIxZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbc457d0-ff4b-4f95-8643-5fe74dba1123","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T06:41:37.909Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:37.920Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:37.939Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:37.939Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:41:38.039Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-07-14T06:41:38.047Z||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-14T06:41:38.048Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:38.077Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:38.079Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-14T06:41:38.324Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
2022-07-14T06:41:38.408Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:41:38.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:41:38.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780891155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:38.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:38.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780892400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:38.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:38.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780893596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:38.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:38.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780894699,
  "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-14T06:41:38.650Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
2022-07-14T06:41:38.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:41:38.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780888867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:41:38.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780895706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:41:38.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:38.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:38.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:41:38.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:41:38.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780896954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:38.701Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:41:38.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:38.966Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:38.971Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:38.972Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:41:39.073Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:41:39.075Z||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-14T06:41:39.075Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:39.107Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:39.132Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:39.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:39.982Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:39.987Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:39.987Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:41:40.088Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:41:40.090Z||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-14T06:41:40.090Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:40.112Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:40.114Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:41:40.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:40.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:40.994Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:40.995Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:41.098Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-14T06:41:41.100Z||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-14T06:41:41.101Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:41.126Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:41.127Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:41.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:41.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:42.005Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:42.006Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-14T06:41:42.106Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:41:42.109Z||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-14T06:41:42.109Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:42.167Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:42.176Z||pool-7-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:43.008Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:43.009Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:43.016Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:43.023Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:41:43.115Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-14T06:41:43.116Z||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-14T06:41:43.117Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:43.134Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:43.136Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:44.027Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:41:44.028Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:44.033Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:44.034Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:41:44.135Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:41:44.137Z||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-14T06:41:44.137Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:44.161Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:44.162Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:45.060Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "serviceName": "vFW 2022-07-14 06-39-37",
  "serviceVersion": "1.0",
  "serviceUUID": "96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "76f1b413-087b-46b0-8dc1-9fef9051cf30",
  "resources": [
    {
      "resourceInstanceName": "vFW 21d0a596-2f17 0",
      "resourceCustomizationUUID": "2ffb546c-09b5-4ed2-8a03-204c59ffccd7",
      "resourceName": "vFW 21d0a596-2f17",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d560da3a-4d18-4cbf-8072-96f65b9f96ca",
      "resourceInvariantUUID": "85d65d30-429a-4778-afc1-76cbf81c15cf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw21d0a5962f170_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
          "artifactChecksum": "ZWIyYjIyMWY2ZjU3NjFjOTYyMTE3MmZiNzRjZjliNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "007d1d41-54b8-4d7c-97f3-4566941eb12e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "52e2b7ba-ddef-4252-a468-6fe47aad8c77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ed7f564e-590b-4716-b0af-02ffadbbeabd",
            "generatedFromUUID": "52e2b7ba-ddef-4252-a468-6fe47aad8c77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ed7f564e-590b-4716-b0af-02ffadbbeabd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220714063937-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
      "artifactChecksum": "NDU2ZTc3YzE1YWJhMDlmODBmZmQzODFlZjFjMTIxZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fbc457d0-ff4b-4f95-8643-5fe74dba1123"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T06:41:45.068Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T06:41:45.069Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f ASDC
2022-07-14T06:41:45.295Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
ServiceName:vFW 2022-07-14 06-39-37
ServiceVersion:1.0
ServiceUUID:96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f
ServiceInvariantUUID:76f1b413-087b-46b0-8dc1-9fef9051cf30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220714063937-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar
ArtifactUUID:fbc457d0-ff4b-4f95-8643-5fe74dba1123
ArtifactChecksum:NDU2ZTc3YzE1YWJhMDlmODBmZmQzODFlZjFjMTIxZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 21d0a596-2f17 0
ResourceCustomizationUUID:2ffb546c-09b5-4ed2-8a03-204c59ffccd7
ResourceInvariantUUID:85d65d30-429a-4778-afc1-76cbf81c15cf
ResourceName:vFW 21d0a596-2f17
ResourceType:VF
ResourceUUID:d560da3a-4d18-4cbf-8072-96f65b9f96ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw21d0a5962f170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json
ArtifactUUID:007d1d41-54b8-4d7c-97f3-4566941eb12e
ArtifactChecksum:ZWIyYjIyMWY2ZjU3NjFjOTYyMTE3MmZiNzRjZjliNmQ=
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/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml
ArtifactUUID:52e2b7ba-ddef-4252-a468-6fe47aad8c77
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/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env
ArtifactUUID:ed7f564e-590b-4716-b0af-02ffadbbeabd
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/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env
ArtifactUUID:ed7f564e-590b-4716-b0af-02ffadbbeabd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-14T06:41:45.295Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f 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-14T06:41:45.457Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:41:45.459Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-14T06:41:45.464Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-14T06:41:45.465Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fbc457d0-ff4b-4f95-8643-5fe74dba1123 from URL: /sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:45.465Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:41:45.471Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:45.794Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:41:45.830Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar fbc457d0-ff4b-4f95-8643-5fe74dba1123 103081
2022-07-14T06:41:45.832Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar ASDC sendASDCNotification
2022-07-14T06:41:45.832Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:45.833Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:41:45.835Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:45.839Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:45.839Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780905831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:45.939Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:41:45.941Z||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-14T06:41:45.943Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:45.965Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:45.967Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:46.840Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:41:46.843Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-14T06:41:46.844Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fbc457d0-ff4b-4f95-8643-5fe74dba1123, URL: /sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar to file: /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:46.845Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220714063937-csar.csar
2022-07-14T06:41:46.981Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:46.982Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:48.402Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1767826360019699472/Definitions/service-Vfw20220714063937-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-14T06:41:54.776Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T06:41:54.790Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-14T06:41:54.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-14T06:41:54.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.792Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.792Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.792Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.793Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.793Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.793Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.794Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.794Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.795Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.795Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 21d0a596-2f17 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-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.795Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.795Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220714063937-csar.csar
2022-07-14T06:41:54.796Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-14T06:41:54.810Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.813Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.821Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:54.822Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-14T06:41:54.826Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:41:54.830Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.831Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.831Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:54.831Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-14T06:41:54.832Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:41:54.833Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.834Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.840Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.840Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:54.841Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:54.843Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:54.843Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-14T06:41:54.844Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.844Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.844Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-14T06:41:54.845Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.850Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-14T06:41:54.850Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-14T06:41:54.856Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.856Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.857Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-14T06:41:54.857Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.857Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-14T06:41:54.858Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.858Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-14T06:41:54.858Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.859Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T06:41:54.861Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.862Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:54.862Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:54.863Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.864Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:54.864Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:54.864Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.865Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:54.865Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:54.866Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.866Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:54.867Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:54.867Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:54.867Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-14T06:41:54.868Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-14T06:41:54.868Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-14T06:41:54.868Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.869Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.883Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-14T06:41:54.884Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.884Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-14T06:41:54.885Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.885Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7778af7-13c1-4c1f-a5ce-52b76b511dba
2022-07-14T06:41:54.886Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.887Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:54.887Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:54.888Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:54.888Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-14T06:41:54.889Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.889Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.889Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-14T06:41:54.890Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.890Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-14T06:41:54.891Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-14T06:41:54.891Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.891Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-14T06:41:54.899Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.900Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ab6b154-195c-4008-81f5-7b0f24d86dd2
2022-07-14T06:41:54.901Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.902Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:54.903Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:54.903Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:54.904Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-14T06:41:54.904Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.905Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.905Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-14T06:41:54.906Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.906Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-14T06:41:54.907Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-14T06:41:54.907Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:54.908Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:54.908Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-14T06:41:54.909Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5040764f-4be8-447b-abbb-351334f93228
2022-07-14T06:41:54.909Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.910Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.910Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.911Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.911Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.912Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.912Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:54.913Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:54.913Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-14 06-39-37
Description:catalog service description
Model UUID:96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f
Model Version:NULL
Model InvariantUuid:76f1b413-087b-46b0-8dc1-9fef9051cf30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 21d0a596-2f17
Model UUID:2c4306a1-d8b7-48c7-aaca-dffecdd63da9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85d65d30-429a-4778-afc1-76cbf81c15cf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ffb546c-09b5-4ed2-8a03-204c59ffccd7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2867427-db8d-49fe-92a1-e328963e0b42
ModelName:Vfw21d0a5962f17..base_vfw..module-0
ModelUuid:def0a9b4-ed85-493b-a90c-afc974632f01
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d7778af7-13c1-4c1f-a5ce-52b76b511dba
ModelInvariantUuid:b1a2f7b3-4567-4ff6-a2db-8aa3ae5ebbc6
ModelName:vFW 21d0a596-2f17-nodes.vfwCvfc
ModelUuid:6a9dd426-dfb3-4cd6-9034-a7ab213f04e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f93576c5-338b-4ee8-bf58-0dc3d7d7d90d
ModelInvariantUuid:63f17ded-cf1c-4aa4-a40f-91bad2e21298
ModelName:Vfw21d0a5962f17.compute.nodes.heat.vfw
ModelUuid:ad6257a1-0e7d-4175-b034-7dfd92d6c0a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2ab6b154-195c-4008-81f5-7b0f24d86dd2
ModelInvariantUuid:dbd5963c-a0c0-44ab-bc4f-1fc122b0f63b
ModelName:vFW 21d0a596-2f17-nodes.vsnCvfc
ModelUuid:e978a18c-d503-472d-8abc-9b92dc44d4a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f01f7c36-2844-476f-bf84-fad91246fee4
ModelInvariantUuid:409d7bac-66a2-4117-8003-f3a974946a98
ModelName:Vfw21d0a5962f17.compute.nodes.heat.vsn
ModelUuid:2a47c6c4-023d-4a62-9ca7-710d728235cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5040764f-4be8-447b-abbb-351334f93228
ModelInvariantUuid:a8309251-0bfc-4fe8-8a7e-45a3f8b19b3d
ModelName:vFW 21d0a596-2f17-nodes.vpgCvfc
ModelUuid:13675f81-1369-4b3f-92f1-d579aa57da39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:caab6cd8-63ef-4065-ba14-2b2e1c57dffc
ModelInvariantUuid:3b3716de-c69c-4226-97e6-4673dcb5e098
ModelName:Vfw21d0a5962f17.compute.nodes.heat.vpg
ModelUuid:015b3ba6-064d-4806-a3c0-bb482a06d54c
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-14T06:41:54.934Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d560da3a-4d18-4cbf-8072-96f65b9f96ca
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-14T06:41:55.142Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||vFW 21d0a596-2f17 0
2022-07-14T06:41:55.157Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d560da3a-4d18-4cbf-8072-96f65b9f96ca
2022-07-14T06:41:55.157Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 007d1d41-54b8-4d7c-97f3-4566941eb12e from URL: /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json
2022-07-14T06:41:55.157Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:41:55.158Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json
2022-07-14T06:41:55.510Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:41:55.515Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json 007d1d41-54b8-4d7c-97f3-4566941eb12e 785
2022-07-14T06:41:55.516Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json ASDC sendASDCNotification
2022-07-14T06:41:55.516Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json
2022-07-14T06:41:55.516Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:41:55.517Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:55.523Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:55.523Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780915516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:55.627Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-14T06:41:55.628Z||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-14T06:41:55.628Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:55.664Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:55.665Z||pool-11-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:41:56.526Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw21d0a5962f17..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f2867427-db8d-49fe-92a1-e328963e0b42",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "def0a9b4-ed85-493b-a90c-afc974632f01",
    "vfModuleModelCustomizationUUID": "242da248-415b-45d1-96ef-b3c11a91c74b",
    "isBase": true,
    "artifacts": [
      "52e2b7ba-ddef-4252-a468-6fe47aad8c77",
      "ed7f564e-590b-4716-b0af-02ffadbbeabd"
    ],
    "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-14T06:41:56.558Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21d0a5962f17..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:def0a9b4-ed85-493b-a90c-afc974632f01
VfModuleModelInvariantUUID:f2867427-db8d-49fe-92a1-e328963e0b42
VfModuleModelDescription:NULL
Artifacts UUID List:{
52e2b7ba-ddef-4252-a468-6fe47aad8c77
,
ed7f564e-590b-4716-b0af-02ffadbbeabd

}
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-14T06:41:56.566Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw21d0a5962f17..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f2867427-db8d-49fe-92a1-e328963e0b42",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "def0a9b4-ed85-493b-a90c-afc974632f01",
    "vfModuleModelCustomizationUUID": "242da248-415b-45d1-96ef-b3c11a91c74b",
    "isBase": true,
    "artifacts": [
      "52e2b7ba-ddef-4252-a468-6fe47aad8c77",
      "ed7f564e-590b-4716-b0af-02ffadbbeabd"
    ],
    "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-14T06:41:56.567Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21d0a5962f17..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:def0a9b4-ed85-493b-a90c-afc974632f01
VfModuleModelInvariantUUID:f2867427-db8d-49fe-92a1-e328963e0b42
VfModuleModelDescription:NULL
Artifacts UUID List:{
52e2b7ba-ddef-4252-a468-6fe47aad8c77
,
ed7f564e-590b-4716-b0af-02ffadbbeabd

}
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-14T06:41:56.567Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 52e2b7ba-ddef-4252-a468-6fe47aad8c77 from URL: /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml
2022-07-14T06:41:56.567Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:41:56.567Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml
2022-07-14T06:41:56.788Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:41:56.790Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml 52e2b7ba-ddef-4252-a468-6fe47aad8c77 20368
2022-07-14T06:41:56.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-14T06:41:56.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml
2022-07-14T06:41:56.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:41:56.792Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:56.795Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:56.795Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780916791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:56.895Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:41:56.897Z||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-14T06:41:56.897Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:56.927Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:56.928Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:41:57.796Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed7f564e-590b-4716-b0af-02ffadbbeabd from URL: /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env
2022-07-14T06:41:57.796Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:41:57.805Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env
2022-07-14T06:41:57.919Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:41:57.920Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env ed7f564e-590b-4716-b0af-02ffadbbeabd 2098
2022-07-14T06:41:57.920Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-14T06:41:57.920Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env
2022-07-14T06:41:57.920Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:41:57.921Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:41:57.926Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:41:57.926Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780917920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:41:58.025Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-14T06:41:58.027Z||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-14T06:41:58.027Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:41:58.088Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:41:58.090Z||pool-13-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:41:58.935Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f
2022-07-14T06:41:58.961Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 21d0a596-2f17 0 d560da3a-4d18-4cbf-8072-96f65b9f96ca 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-14T06:41:59.119Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70de8314, org.onap.sdc.toscaparser.api.parameters.Input@3c5a746, org.onap.sdc.toscaparser.api.parameters.Input@398636ac, org.onap.sdc.toscaparser.api.parameters.Input@1933e4b5, org.onap.sdc.toscaparser.api.parameters.Input@1d7112a4]
2022-07-14T06:41:59.126Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.126Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.127Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-14T06:41:59.127Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2ffb546c-09b5-4ed2-8a03-204c59ffccd7
2022-07-14T06:41:59.127Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ffb546c-09b5-4ed2-8a03-204c59ffccd7 matches Tosca VF Customization UUID: 2ffb546c-09b5-4ed2-8a03-204c59ffccd7
2022-07-14T06:41:59.128Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2ffb546c-09b5-4ed2-8a03-204c59ffccd7  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-14T06:41:59.148Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.148Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.152Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2ffb546c-09b5-4ed2-8a03-204c59ffccd7: {\"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-14T06:41:59.152Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dcee4f0
2022-07-14T06:41:59.152Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.153Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T06:41:59.154Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 242da248-415b-45d1-96ef-b3c11a91c74b
2022-07-14T06:41:59.156Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 242da248-415b-45d1-96ef-b3c11a91c74b
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-14T06:41:59.174Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.175Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:59.175Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:59.177Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.178Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:59.178Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:59.179Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.180Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:59.180Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:59.180Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:59.181Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-14T06:41:59.182Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-14T06:41:59.182Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-14T06:41:59.182Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.183Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:59.183Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-14T06:41:59.183Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:59.184Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-14T06:41:59.184Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.184Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7778af7-13c1-4c1f-a5ce-52b76b511dba
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-14T06:41:59.217Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.217Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:59.218Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:59.219Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.219Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:59.219Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:59.221Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:59.221Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-14T06:41:59.221Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.221Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:59.222Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-14T06:41:59.222Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.222Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-14T06:41:59.225Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-14T06:41:59.225Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:59.226Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-14T06:41:59.226Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.226Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ab6b154-195c-4008-81f5-7b0f24d86dd2
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-14T06:41:59.235Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.235Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:59.236Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:59.242Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.242Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is not matching search criteria
2022-07-14T06:41:59.248Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-14T06:41:59.251Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-14T06:41:59.251Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-14T06:41:59.251Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.252Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:59.252Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-14T06:41:59.252Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.252Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-14T06:41:59.253Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-14T06:41:59.253Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-14T06:41:59.253Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-14T06:41:59.254Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-14T06:41:59.254Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5040764f-4be8-447b-abbb-351334f93228
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-14T06:41:59.265Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.265Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:59.266Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:41:59.266Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.267Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Node template vFW 21d0a596-2f17 0 is matching search criteria
2022-07-14T06:41:59.267Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 21d0a596-2f17 0] matching following query criteria: sdcType=VF, customizationUUID=2ffb546c-09b5-4ed2-8a03-204c59ffccd7
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-14T06:41:59.274Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.274Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.275Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f: vFW 21d0a596-2f17
2022-07-14T06:41:59.275Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.276Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.276Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.276Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.277Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.277Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.277Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.278Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.278Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:41:59.278Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-07-14 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:41:59.279Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-07-14 06-39-37 
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-14T06:42:00.203Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 21d0a596-2f17 d560da3a-4d18-4cbf-8072-96f65b9f96ca 1 ASDC deployResourceStructure
2022-07-14T06:42:00.203Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json ASDC sendASDCNotification
2022-07-14T06:42:00.204Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json
2022-07-14T06:42:00.204Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:42:00.205Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:42:00.208Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:42:00.208Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780920203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:42:00.311Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-14T06:42:00.312Z||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-14T06:42:00.313Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:42:00.339Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:42:00.351Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:42:01.214Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-14T06:42:01.215Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml
2022-07-14T06:42:01.215Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:42:01.216Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:42:01.219Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:42:01.219Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780921214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T06:42:01.321Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:42:01.327Z||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-14T06:42:01.327Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:42:01.390Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:42:01.395Z||pool-15-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:42:02.220Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-14T06:42:02.221Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env
2022-07-14T06:42:02.222Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:42:02.222Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:42:02.228Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:42:02.229Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780922220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-14T06:42:02.329Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T06:42:02.330Z||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-14T06:42:02.331Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:42:02.354Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:42:02.355Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:42:03.231Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar ASDC sendASDCNotification
2022-07-14T06:42:03.232Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar
2022-07-14T06:42:03.232Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:42:03.233Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:42:03.236Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:42:03.237Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780923230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:42:03.337Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:42:03.339Z||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-14T06:42:03.339Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:42:03.366Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:42:03.367Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:42:04.238Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:42:04.312Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:42:04.324Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:42:04.324Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:42:04.325Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:42:34.325Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:42:34.362Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:42:34.395Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:42:34.395Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:42:34.395Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:42:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:42:37.175Z||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-14T06:42:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:42:37.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:42:37.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:42:37.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780896655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:42:37.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:43:04.396Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:43:04.427Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:43:04.440Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:43:04.441Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:43:04.441Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:43:34.446Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:43:34.511Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:43:34.519Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:43:34.522Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:43:34.523Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:43:37.175Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:43:37.176Z||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-14T06:43:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:43:37.251Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:43:37.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:43:37.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:43:37.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:04.523Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:44:04.555Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:44:04.564Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:44:04.567Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:44:04.567Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:44:34.568Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:44:34.642Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:44:34.677Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:44:34.677Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:44:34.677Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:44:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:44:37.177Z||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-14T06:44:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:44:37.789Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:44:37.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:37.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:37.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:37.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:37.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780897974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:37.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:37.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:37.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780897662,
  "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-14T06:44:37.891Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
2022-07-14T06:44:37.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:44:37.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:37.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780890250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:37.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:37.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:37.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:44:37.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:37.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:37.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "policy-id",
  "timestamp": 1657780898990,
  "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-14T06:44:37.973Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
2022-07-14T06:44:37.973Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:44:38.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780897174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780905831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780898425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780906172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780906539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780908221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "clamp",
  "timestamp": 1657780909232,
  "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-14T06:44:38.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
2022-07-14T06:44:38.117Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:44:38.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780915516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780916791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780917920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780920203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/vfw21d0a5962f170_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780921214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780922220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/resourceInstances/vfw21d0a5962f170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657780923230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657780910250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780910252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780922982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220714063937/1.0/artifacts/service-Vfw20220714063937-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780908867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "aai-ml",
  "timestamp": 1657780923987,
  "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-14T06:44:38.269Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
2022-07-14T06:44:38.269Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:44:38.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780925051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780926060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780918805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "policy-id",
  "timestamp": 1657780927065,
  "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-14T06:44:38.359Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
2022-07-14T06:44:38.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:44:38.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780926768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "cds",
  "timestamp": 1657780927774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-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-14T06:44:38.452Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
2022-07-14T06:44:38.453Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:44:38.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780923266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780931044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780932187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780932177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.529Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780933295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.531Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780934194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780934333,
  "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-14T06:44:38.569Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
2022-07-14T06:44:38.570Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:44:38.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "clamp",
  "timestamp": 1657780935199,
  "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-14T06:44:38.639Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
2022-07-14T06:44:38.640Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:44:38.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780928425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657780935350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780936410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:44:38.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:44:38.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:44:38.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780940726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:44:38.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780943428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657780944436,
  "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-14T06:44:38.821Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
2022-07-14T06:44:38.821Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:44:38.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780944593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:44:38.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:44:38.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:44:38.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "aai-ml",
  "timestamp": 1657780945603,
  "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-14T06:44:38.931Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
2022-07-14T06:44:38.932Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:45:04.678Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:45:04.717Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:45:04.738Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:45:04.739Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T06:45:04.739Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T06:45:04.739Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T06:45:04.739Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:45:04.740Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:45:04.740Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:45:04.740Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:45:04.740Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:45:04.741Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:45:04.741Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-14T06:45:04.764Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T06:45:34.767Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 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-14T06:45:34.804Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 and serviceModelVersionId: 96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f
2022-07-14T06:45:34.805Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76f1b413-087b-46b0-8dc1-9fef9051cf30
2022-07-14T06:45:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:45:37.175Z||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-14T06:45:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:45:46.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:03.791Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76f1b413-087b-46b0-8dc1-9fef9051cf30/model-vers/model-ver/96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f?depth=0
2022-07-14T06:46:04.030Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T06:46:05.120Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76f1b413-087b-46b0-8dc1-9fef9051cf30/model-vers/model-ver/96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f?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-14T06:46:05.131Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76f1b413-087b-46b0-8dc1-9fef9051cf30/model-vers/model-ver/96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f?depth=0|INFO|500||Invoke
2022-07-14T06:46:05.383Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76f1b413-087b-46b0-8dc1-9fef9051cf30/model-vers/model-ver/96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T06:46:06.058Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76f1b413-087b-46b0-8dc1-9fef9051cf30/model-vers/model-ver/96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f?depth=0|INFO|500||InvokeReturn
2022-07-14T06:46:06.059Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76f1b413-087b-46b0-8dc1-9fef9051cf30/model-vers/model-ver/96e0efd8-4dfc-4a44-b9ca-3b1f3c39c68f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-06:46:05:061-55018], vertex-id=[213216], Content-Length=[0], Date=[Thu, 14 Jul 2022 06:46:05 GMT], Content-Type=[application/json]}
2022-07-14T06:46:06.060Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T06:46:06.066Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T06:46:06.067Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-14T06:46:06.090Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-14T06:46:06.091Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0296943-3e0a-44ed-9d9b-ab4fe1de19c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T06:46:06.093Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T06:46:06.094Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:06.098Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:06.099Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781166092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T06:46:06.199Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:46:06.201Z||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-14T06:46:06.201Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:06.220Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:06.221Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-14T06:46:07.132Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:46:07.133Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:46:07.133Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:11.625Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:11.628Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T06:46:11.628Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c22e94ce-3a9c-40f6-aa56-8fbfe8900e03","serviceName":"basic_onboard_ArLyfM","serviceVersion":"1.0","serviceUUID":"aaea10a2-0109-4165-888a-60edcdba0f13","serviceDescription":"service","serviceInvariantUUID":"91759a2b-e78b-4159-b778-9060b1f97b9f","resources":[{"resourceInstanceName":"basic_onboard_ArLyfM 0","resourceName":"basic_onboard_ArLyfM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7ad44a1-7471-498e-b3b0-a036ab659516","resourceInvariantUUID":"fdabf0d0-8e74-410a-8c56-b3ca0581b3ad","resourceCustomizationUUID":"902fd652-fecf-46c8-bf5c-130f7c6c39d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc2NGRkZDg0NmIzZWM1NTcwNjU3NDM1YzgyMjA1ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70d9b9bd-8b27-4fa3-98e3-784db84321e9","artifactVersion":"1"},{"artifactName":"basic_onboard_arlyfm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json","artifactChecksum":"ZjA2MmYyZDU3ZTU2NmY5MTMzMjZkYTQzZGQ0MGE4NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b749ecb-601f-41d6-a5e3-dc8c8a8c9da6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bef322f-6d55-467e-9977-ba6d2e36555b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25f0cd42-575f-47c8-a2e9-cff931ee4877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ec5ba7bd-caf5-4f24-8130-b3624fb6821b","artifactVersion":"2","generatedFromUUID":"4bef322f-6d55-467e-9977-ba6d2e36555b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardArlyfm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml","artifactChecksum":"MjE2MTQ4MTc3MjI3YjkyMjc1M2JhYmJmY2Y2MDQ5OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8809e53b-927f-409d-af4e-208fc916f62b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardArlyfm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar","artifactChecksum":"MjE0MjEzNGYxZGE4MDljNjI2YjQzYzhjNGRlM2Y2NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6d14a15-d73a-41f3-81d1-7975b42f00b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T06:46:11.636Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:11.637Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:11.643Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:11.643Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:46:11.743Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:46:11.744Z||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-14T06:46:11.745Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:11.787Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:11.788Z||pool-19-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:12.645Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:12.651Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:12.661Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:12.672Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:46:12.769Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-14T06:46:12.787Z||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-14T06:46:12.787Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:12.809Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:12.810Z||pool-20-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:13.673Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:13.674Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:13.680Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:13.681Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:46:13.787Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-14T06:46:13.789Z||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-14T06:46:13.789Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:13.805Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:13.806Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:14.681Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:14.689Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:14.692Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:14.693Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:46:14.802Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-14T06:46:14.805Z||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-14T06:46:14.805Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:14.841Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:14.842Z||pool-22-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:46:15.699Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:15.700Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:15.704Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:15.704Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-14T06:46:15.803Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:46:15.805Z||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-14T06:46:15.805Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:15.882Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:15.883Z||pool-23-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:16.705Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:16.706Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:16.709Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:16.709Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:46:16.810Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:46:16.811Z||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-14T06:46:16.812Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:16.832Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:16.833Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:46:17.711Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:46:17.712Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:17.717Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:17.718Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:46:17.817Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:46:17.819Z||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-14T06:46:17.819Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:17.856Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:17.857Z||pool-25-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:46:18.720Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "serviceName": "basic_onboard_ArLyfM",
  "serviceVersion": "1.0",
  "serviceUUID": "aaea10a2-0109-4165-888a-60edcdba0f13",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91759a2b-e78b-4159-b778-9060b1f97b9f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ArLyfM 0",
      "resourceCustomizationUUID": "902fd652-fecf-46c8-bf5c-130f7c6c39d1",
      "resourceName": "basic_onboard_ArLyfM",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f7ad44a1-7471-498e-b3b0-a036ab659516",
      "resourceInvariantUUID": "fdabf0d0-8e74-410a-8c56-b3ca0581b3ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_arlyfm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
          "artifactChecksum": "ZjA2MmYyZDU3ZTU2NmY5MTMzMjZkYTQzZGQ0MGE4NWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4b749ecb-601f-41d6-a5e3-dc8c8a8c9da6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4bef322f-6d55-467e-9977-ba6d2e36555b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ec5ba7bd-caf5-4f24-8130-b3624fb6821b",
            "generatedFromUUID": "4bef322f-6d55-467e-9977-ba6d2e36555b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ec5ba7bd-caf5-4f24-8130-b3624fb6821b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardArlyfm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
      "artifactChecksum": "MjE0MjEzNGYxZGE4MDljNjI2YjQzYzhjNGRlM2Y2NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6d14a15-d73a-41f3-81d1-7975b42f00b5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T06:46:18.720Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T06:46:18.721Z|d0296943-3e0a-44ed-9d9b-ab4fe1de19c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aaea10a2-0109-4165-888a-60edcdba0f13 ASDC
2022-07-14T06:46:18.731Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
ServiceName:basic_onboard_ArLyfM
ServiceVersion:1.0
ServiceUUID:aaea10a2-0109-4165-888a-60edcdba0f13
ServiceInvariantUUID:91759a2b-e78b-4159-b778-9060b1f97b9f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardArlyfm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar
ArtifactUUID:f6d14a15-d73a-41f3-81d1-7975b42f00b5
ArtifactChecksum:MjE0MjEzNGYxZGE4MDljNjI2YjQzYzhjNGRlM2Y2NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ArLyfM 0
ResourceCustomizationUUID:902fd652-fecf-46c8-bf5c-130f7c6c39d1
ResourceInvariantUUID:fdabf0d0-8e74-410a-8c56-b3ca0581b3ad
ResourceName:basic_onboard_ArLyfM
ResourceType:VF
ResourceUUID:f7ad44a1-7471-498e-b3b0-a036ab659516
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_arlyfm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json
ArtifactUUID:4b749ecb-601f-41d6-a5e3-dc8c8a8c9da6
ArtifactChecksum:ZjA2MmYyZDU3ZTU2NmY5MTMzMjZkYTQzZGQ0MGE4NWQ=
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/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4bef322f-6d55-467e-9977-ba6d2e36555b
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/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env
ArtifactUUID:ec5ba7bd-caf5-4f24-8130-b3624fb6821b
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/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env
ArtifactUUID:ec5ba7bd-caf5-4f24-8130-b3624fb6821b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-14T06:46:18.732Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aaea10a2-0109-4165-888a-60edcdba0f13 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-14T06:46:18.800Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:46:18.802Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-14T06:46:18.803Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-14T06:46:18.804Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f6d14a15-d73a-41f3-81d1-7975b42f00b5 from URL: /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:18.805Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:46:18.805Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:19.056Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:46:19.062Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar f6d14a15-d73a-41f3-81d1-7975b42f00b5 75606
2022-07-14T06:46:19.062Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar ASDC sendASDCNotification
2022-07-14T06:46:19.063Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:19.063Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:46:19.064Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:19.067Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:19.067Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781179062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:19.167Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:46:19.171Z||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-14T06:46:19.172Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:19.191Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:19.192Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:46:20.068Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:46:20.070Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-14T06:46:20.070Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f6d14a15-d73a-41f3-81d1-7975b42f00b5, URL: /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar to file: /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:20.071Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:20.072Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:20.072Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:20.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18219896721757069734/Definitions/service-BasicOnboardArlyfm-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-14T06:46:22.622Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T06:46:22.623Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-14T06:46:22.623Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.623Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-14T06:46:22.624Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.624Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.624Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.624Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ArLyfM 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-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.626Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:22.626Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-14T06:46:22.626Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.627Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.627Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:22.628Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-14T06:46:22.628Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:46:22.628Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.629Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.629Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:22.629Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-14T06:46:22.630Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:46:22.630Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.630Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.631Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.631Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is not matching search criteria
2022-07-14T06:46:22.632Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-14T06:46:22.632Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-14T06:46:22.632Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-14T06:46:22.633Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-14T06:46:22.633Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-14T06:46:22.633Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.634Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T06:46:22.634Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.635Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:22.635Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:46:22.635Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.636Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:22.636Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:46:22.636Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.637Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:22.637Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:46:22.637Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.638Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is not matching search criteria
2022-07-14T06:46:22.638Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-14T06:46:22.639Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-14T06:46:22.639Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8c22c468-3349-4989-a5bf-d90aff889b2a
2022-07-14T06:46:22.639Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.640Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.640Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.641Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.641Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.642Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.642Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:22.642Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:22.643Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ArLyfM
Description:service
Model UUID:aaea10a2-0109-4165-888a-60edcdba0f13
Model Version:NULL
Model InvariantUuid:91759a2b-e78b-4159-b778-9060b1f97b9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ArLyfM
Model UUID:c398dc02-e1ca-4ec6-b5ba-f52d1644607d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fdabf0d0-8e74-410a-8c56-b3ca0581b3ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:902fd652-fecf-46c8-bf5c-130f7c6c39d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2060a5be-d17c-4a02-90f9-e8df927d2722
ModelName:BasicOnboardArlyfm..base_ubuntu18..module-0
ModelUuid:c75293fe-5f59-4e52-b280-be5638903ece
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8c22c468-3349-4989-a5bf-d90aff889b2a
ModelInvariantUuid:b3e4b671-4848-42a6-9a41-e982424f1a29
ModelName:basic_onboard_ArLyfM-nodes.ubuntu18Cvfc
ModelUuid:898d7805-3afb-4e5e-9b01-5333a38e7499
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4ac53d24-9fde-4e8b-ab90-81c13e61df63
ModelInvariantUuid:a9b0548d-5a97-4eea-8e5b-32de29ad67f2
ModelName:BasicOnboardArlyfm.compute.nodes.heat.ubuntu18
ModelUuid:75cffe52-c6f3-42fe-bb30-4841851276b3
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-14T06:46:22.676Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f7ad44a1-7471-498e-b3b0-a036ab659516
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-14T06:46:22.696Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||basic_onboard_ArLyfM 0
2022-07-14T06:46:22.698Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7ad44a1-7471-498e-b3b0-a036ab659516
2022-07-14T06:46:22.698Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4b749ecb-601f-41d6-a5e3-dc8c8a8c9da6 from URL: /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json
2022-07-14T06:46:22.698Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:46:22.699Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json
2022-07-14T06:46:22.760Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:46:22.762Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json 4b749ecb-601f-41d6-a5e3-dc8c8a8c9da6 798
2022-07-14T06:46:22.762Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json ASDC sendASDCNotification
2022-07-14T06:46:22.763Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json
2022-07-14T06:46:22.763Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:46:22.763Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:22.766Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:22.767Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781182762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:22.867Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:46:22.868Z||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-14T06:46:22.868Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:22.884Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:22.885Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:46:23.770Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardArlyfm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2060a5be-d17c-4a02-90f9-e8df927d2722",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c75293fe-5f59-4e52-b280-be5638903ece",
    "vfModuleModelCustomizationUUID": "445c7fbf-e85d-49b8-9f0b-ac6e1c4a640b",
    "isBase": true,
    "artifacts": [
      "4bef322f-6d55-467e-9977-ba6d2e36555b",
      "ec5ba7bd-caf5-4f24-8130-b3624fb6821b"
    ],
    "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-14T06:46:23.779Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardArlyfm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c75293fe-5f59-4e52-b280-be5638903ece
VfModuleModelInvariantUUID:2060a5be-d17c-4a02-90f9-e8df927d2722
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bef322f-6d55-467e-9977-ba6d2e36555b
,
ec5ba7bd-caf5-4f24-8130-b3624fb6821b

}
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-14T06:46:23.787Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardArlyfm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2060a5be-d17c-4a02-90f9-e8df927d2722",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c75293fe-5f59-4e52-b280-be5638903ece",
    "vfModuleModelCustomizationUUID": "445c7fbf-e85d-49b8-9f0b-ac6e1c4a640b",
    "isBase": true,
    "artifacts": [
      "4bef322f-6d55-467e-9977-ba6d2e36555b",
      "ec5ba7bd-caf5-4f24-8130-b3624fb6821b"
    ],
    "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-14T06:46:23.787Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardArlyfm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c75293fe-5f59-4e52-b280-be5638903ece
VfModuleModelInvariantUUID:2060a5be-d17c-4a02-90f9-e8df927d2722
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bef322f-6d55-467e-9977-ba6d2e36555b
,
ec5ba7bd-caf5-4f24-8130-b3624fb6821b

}
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-14T06:46:23.788Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4bef322f-6d55-467e-9977-ba6d2e36555b from URL: /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml
2022-07-14T06:46:23.788Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:46:23.788Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml
2022-07-14T06:46:23.873Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:46:23.874Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml 4bef322f-6d55-467e-9977-ba6d2e36555b 5033
2022-07-14T06:46:23.875Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-14T06:46:23.875Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml
2022-07-14T06:46:23.875Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:46:23.876Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:23.878Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:23.878Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781183875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:23.978Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:46:23.980Z||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-14T06:46:23.980Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:23.998Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:23.998Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:24.879Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ec5ba7bd-caf5-4f24-8130-b3624fb6821b from URL: /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env
2022-07-14T06:46:24.880Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-14T06:46:24.881Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env
2022-07-14T06:46:24.960Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-14T06:46:24.962Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env ec5ba7bd-caf5-4f24-8130-b3624fb6821b 909
2022-07-14T06:46:24.962Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-14T06:46:24.962Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env
2022-07-14T06:46:24.963Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:46:24.963Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:24.967Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:24.968Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:25.069Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:46:25.070Z||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-14T06:46:25.071Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:25.093Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:25.094Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:25.969Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: aaea10a2-0109-4165-888a-60edcdba0f13
2022-07-14T06:46:25.969Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ArLyfM 0 f7ad44a1-7471-498e-b3b0-a036ab659516 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-14T06:46:25.995Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fe4c53, org.onap.sdc.toscaparser.api.parameters.Input@5621647a, org.onap.sdc.toscaparser.api.parameters.Input@5d067053, org.onap.sdc.toscaparser.api.parameters.Input@7c12c374, org.onap.sdc.toscaparser.api.parameters.Input@cfe9471]
2022-07-14T06:46:25.997Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:25.997Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:25.997Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-14T06:46:25.998Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 902fd652-fecf-46c8-bf5c-130f7c6c39d1
2022-07-14T06:46:25.998Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 902fd652-fecf-46c8-bf5c-130f7c6c39d1 matches Tosca VF Customization UUID: 902fd652-fecf-46c8-bf5c-130f7c6c39d1
2022-07-14T06:46:26.015Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 902fd652-fecf-46c8-bf5c-130f7c6c39d1  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-14T06:46:26.023Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.023Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.025Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 902fd652-fecf-46c8-bf5c-130f7c6c39d1: {\"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-14T06:46:26.025Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55283851
2022-07-14T06:46:26.025Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.026Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T06:46:26.026Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 445c7fbf-e85d-49b8-9f0b-ac6e1c4a640b
2022-07-14T06:46:26.027Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 445c7fbf-e85d-49b8-9f0b-ac6e1c4a640b
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-14T06:46:26.032Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.033Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:26.033Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:46:26.033Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.034Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:26.034Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:46:26.035Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.035Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is not matching search criteria
2022-07-14T06:46:26.035Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-14T06:46:26.035Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-14T06:46:26.036Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8c22c468-3349-4989-a5bf-d90aff889b2a
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-14T06:46:26.039Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.040Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:26.040Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:46:26.041Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.041Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ArLyfM 0 is matching search criteria
2022-07-14T06:46:26.041Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ArLyfM 0] matching following query criteria: sdcType=VF, customizationUUID=902fd652-fecf-46c8-bf5c-130f7c6c39d1
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-14T06:46:26.045Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.046Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.046Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid aaea10a2-0109-4165-888a-60edcdba0f13: basic_onboard_ArLyfM
2022-07-14T06:46:26.047Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.047Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.048Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.048Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.048Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.049Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.049Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.049Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.050Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:46:26.050Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ArLyfM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:46:26.051Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ArLyfM 
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-14T06:46:26.236Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ArLyfM f7ad44a1-7471-498e-b3b0-a036ab659516 1 ASDC deployResourceStructure
2022-07-14T06:46:26.237Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json ASDC sendASDCNotification
2022-07-14T06:46:26.237Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json
2022-07-14T06:46:26.237Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:46:26.238Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:26.243Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:26.244Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781186237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:26.341Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-14T06:46:26.343Z||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-14T06:46:26.343Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:26.377Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:26.378Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:27.245Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-14T06:46:27.246Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml
2022-07-14T06:46:27.246Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:46:27.247Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:27.252Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:27.253Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781187245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:27.353Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:46:27.355Z||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-14T06:46:27.355Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:27.371Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:27.372Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:46:28.255Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-14T06:46:28.256Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env
2022-07-14T06:46:28.256Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:46:28.256Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:28.260Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:28.261Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781188255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:28.361Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:46:28.362Z||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-14T06:46:28.363Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:28.383Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:28.384Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:29.262Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar ASDC sendASDCNotification
2022-07-14T06:46:29.263Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar
2022-07-14T06:46:29.263Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:46:29.263Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:46:29.266Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:46:29.266Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781189262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:29.367Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:46:29.369Z||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-14T06:46:29.369Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:29.386Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:29.387Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:46:30.267Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:46:30.287Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c22e94ce-3a9c-40f6-aa56-8fbfe8900e03
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:46:30.294Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:46:30.294Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T06:46:30.294Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T06:46:30.294Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:46:30.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-14T06:46:30.306Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T06:46:37.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:46:37.175Z||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-14T06:46:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:46:37.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:46:37.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0296943-3e0a-44ed-9d9b-ab4fe1de19c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781166092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T06:46:37.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:46:37.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:46:37.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:46:37.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:46:37.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-14T06:46:37.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:46:37.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781167132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:46:37.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:46:37.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781179062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:37.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781182762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:37.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781183875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:37.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:46:37.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781186237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/basic_onboard_arlyfm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:37.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781187245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:37.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781188255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/resourceInstances/basic_onboard_arlyfm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:37.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:46:37.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T06:46:37.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781189262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArlyfm/1.0/artifacts/service-BasicOnboardArlyfm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:46:37.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:47:00.307Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 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-14T06:47:00.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 and serviceModelVersionId: aaea10a2-0109-4165-888a-60edcdba0f13
2022-07-14T06:47:00.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91759a2b-e78b-4159-b778-9060b1f97b9f
2022-07-14T06:47:00.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0
2022-07-14T06:47:00.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T06:47:00.463Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0|INFO|500||Invoke
2022-07-14T06:47:00.464Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c22e94ce-3a9c-40f6-aa56-8fbfe8900e03], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[248b41e8-7f02-4845-9fb7-3309516870cd], X-ECOMP-RequestID=[c22e94ce-3a9c-40f6-aa56-8fbfe8900e03], X-TransactionId=[], X-ONAP-RequestID=[c22e94ce-3a9c-40f6-aa56-8fbfe8900e03], Content-Type=[application/merge-patch+json]}
2022-07-14T06:47:00.506Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T06:47:00.683Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?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/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-06:47:00:166-68717], vertex-id=[164072], Content-Length=[0], Date=[Thu, 14 Jul 2022 06:47:00 GMT], Content-Type=[application/json]}
2022-07-14T06:47:00.684Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-14T06:47:00.685Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91759a2b-e78b-4159-b778-9060b1f97b9f/model-vers/model-ver/aaea10a2-0109-4165-888a-60edcdba0f13?depth=0|INFO|500||InvokeReturn
2022-07-14T06:47:00.686Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T06:47:00.686Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-14T06:47:00.697Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-14T06:47:00.698Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c22e94ce-3a9c-40f6-aa56-8fbfe8900e03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T06:47:00.698Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T06:47:00.699Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:47:00.701Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:47:00.702Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781220698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T06:47:00.801Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:47:00.803Z||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-14T06:47:00.803Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:00.830Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:47:00.831Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-14T06:47:01.731Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:47:01.732Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:47:01.732Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:11.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:47:11.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:47:11.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:47:11.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:20.876Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:47:20.877Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:47:20.878Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T06:47:20.878Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:30.425Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:47:30.428Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:47:30.431Z||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-14T06:47:30.434Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:37.175Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:47:37.179Z||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-14T06:47:37.179Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:37.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:47:37.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-14T06:47:37.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c22e94ce-3a9c-40f6-aa56-8fbfe8900e03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781220698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T06:47:37.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:47:39.982Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:47:39.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:47:39.984Z||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-14T06:47:39.984Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:47:49.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:48:37.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:48:37.175Z||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-14T06:48:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:48:37.174Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:48:37.204Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T06:48:37.204Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:48:46.792Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:48:46.819Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:49:37.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:49:37.172Z||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-14T06:49:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:49:37.175Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:49:37.192Z||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-14T06:49:37.192Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:49:46.861Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:49:46.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:50:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:50:37.175Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:50:37.180Z||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-14T06:50:37.180Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:50:37.190Z||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-14T06:50:37.191Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:50:46.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:50:46.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:51:37.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:51:37.172Z||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-14T06:51:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:51:37.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:51:37.188Z||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-14T06:51:37.189Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:51:46.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:51:46.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:52:37.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:52:37.173Z||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-14T06:52:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:52:37.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:52:37.174Z||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-14T06:52:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:52:46.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:52:46.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:53:37.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:53:37.172Z||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-14T06:53:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:53:37.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:53:37.174Z||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-14T06:53:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:53:46.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:53:46.754Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:54:37.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:54:37.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:54:37.174Z||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-14T06:54:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:54:37.175Z||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-14T06:54:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:54:46.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:54:46.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:37.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:55:37.173Z||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-14T06:55:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:55:37.175Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:55:37.194Z||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-14T06:55:37.194Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:55:37.871Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:37.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"47263e77-cdb8-417f-8f3f-11346cae13a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"79d3223c-7854-4872-b53b-ebbe980b9eeb","serviceDescription":"service","serviceInvariantUUID":"bd992d5e-df08-4a87-a646-9c058099d369","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f0e28795-1898-4730-9459-17371ddbac32","resourceInvariantUUID":"ba1dd439-6a4a-4034-bab5-ee8523f5c83f","resourceCustomizationUUID":"4aa96dc4-3d03-4420-a3ff-8edbd875162d","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":"NjQxNjZhOTVkY2MzNjE4ZDRkNzcwMTQ1NWNmODliOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af46cb1a-b95a-47fe-b295-b1144172339f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Njg0ZDg3NzdmMTRlNmM4ZjQ5NmIwNjljYzI4MTAwMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecc44631-1d54-46d2-9204-f7fad36c467b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T06:55:37.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:37.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781723266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:55:37.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.904Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:55:37.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "policy-id",
  "timestamp": 1657781728867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:55:37.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.905Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:55:37.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781723266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:55:37.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "cds",
  "timestamp": 1657781728806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:55:37.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "policy-id",
  "timestamp": 1657781728867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:55:37.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "cds",
  "timestamp": 1657781728806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:55:37.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "policy-id",
  "timestamp": 1657781732051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:55:37.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:55:37.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "cds",
  "timestamp": 1657781731676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:55:37.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:55:37.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781730261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:55:37.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:37.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "policy-id",
  "timestamp": 1657781733063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:55:37.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:55:37.915Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:55:37.916Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781737171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:55:37.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:37.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "cds",
  "timestamp": 1657781732686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-14T06:55:38.014Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T06:55:38.016Z||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-14T06:55:38.017Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-14T06:55:38.043Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47263e77-cdb8-417f-8f3f-11346cae13a3
2022-07-14T06:55:38.045Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47263e77-cdb8-417f-8f3f-11346cae13a3 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=?
2022-07-14T06:55:38.056Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:38.058Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":3,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-14T06:55:38.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:38.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781730261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:55:38.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:55:38.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:55:38.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "policy-id",
  "timestamp": 1657781734083,
  "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-14T06:55:38.102Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47263e77-cdb8-417f-8f3f-11346cae13a3
2022-07-14T06:55:38.103Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47263e77-cdb8-417f-8f3f-11346cae13a3 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-14T06:55:38.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:55:38.918Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:55:38.922Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:55:38.922Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781737171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:55:39.023Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:55:39.025Z||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-14T06:55:39.025Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:55:39.047Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:39.056Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:55:39.931Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "79d3223c-7854-4872-b53b-ebbe980b9eeb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bd992d5e-df08-4a87-a646-9c058099d369",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4aa96dc4-3d03-4420-a3ff-8edbd875162d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f0e28795-1898-4730-9459-17371ddbac32",
      "resourceInvariantUUID": "ba1dd439-6a4a-4034-bab5-ee8523f5c83f",
      "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": "Njg0ZDg3NzdmMTRlNmM4ZjQ5NmIwNjljYzI4MTAwMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecc44631-1d54-46d2-9204-f7fad36c467b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T06:55:39.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T06:55:39.932Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79d3223c-7854-4872-b53b-ebbe980b9eeb ASDC
2022-07-14T06:55:39.933Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:47263e77-cdb8-417f-8f3f-11346cae13a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:79d3223c-7854-4872-b53b-ebbe980b9eeb
ServiceInvariantUUID:bd992d5e-df08-4a87-a646-9c058099d369
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:ecc44631-1d54-46d2-9204-f7fad36c467b
ArtifactChecksum:Njg0ZDg3NzdmMTRlNmM4ZjQ5NmIwNjljYzI4MTAwMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4aa96dc4-3d03-4420-a3ff-8edbd875162d
ResourceInvariantUUID:ba1dd439-6a4a-4034-bab5-ee8523f5c83f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f0e28795-1898-4730-9459-17371ddbac32
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-14T06:55:39.933Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79d3223c-7854-4872-b53b-ebbe980b9eeb 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-14T06:55:40.029Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:55:40.031Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:55:40.031Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:55:40.031Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ecc44631-1d54-46d2-9204-f7fad36c467b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-14T06:55:40.032Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:55:40.033Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-14T06:55:40.270Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:55:40.274Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ecc44631-1d54-46d2-9204-f7fad36c467b 56530
2022-07-14T06:55:40.274Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:40.274Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:40.274Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:55:40.275Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:55:40.278Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:55:40.278Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781740274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:55:40.378Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:55:40.388Z||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-14T06:55:40.389Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:55:40.430Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:40.432Z||pool-37-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:55:41.282Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:55:41.291Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:55:41.294Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ecc44631-1d54-46d2-9204-f7fad36c467b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-14T06:55:41.295Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-14T06:55:41.296Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-14T06:55:41.296Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-14T06:55:41.790Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11782511877703513103/Definitions/service-BasicNetwork-template.yml
2022-07-14T06:55:43.306Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T06:55:43.307Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T06:55:43.307Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-14T06:55:43.307Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-14T06:55:43.307Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.307Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.308Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.308Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.308Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.308Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.308Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.308Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.309Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T06:55:43.312Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.313Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.314Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-14T06:55:43.315Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T06:55:43.315Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:55:43.316Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.316Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.317Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-14T06:55:43.318Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T06:55:43.318Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:55:43.319Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.320Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.320Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.321Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.322Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.323Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.323Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.324Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.324Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.325Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.326Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:79d3223c-7854-4872-b53b-ebbe980b9eeb
Model Version:NULL
Model InvariantUuid:bd992d5e-df08-4a87-a646-9c058099d369
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ba1dd439-6a4a-4034-bab5-ee8523f5c83f
Model UUID:d6022bd0-53ca-4a21-b843-2b374d752556
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4aa96dc4-3d03-4420-a3ff-8edbd875162d
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-14T06:55:43.402Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: f0e28795-1898-4730-9459-17371ddbac32
2022-07-14T06:55:43.403Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||No resources found for Service: 79d3223c-7854-4872-b53b-ebbe980b9eeb
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-14T06:55:43.447Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||
2022-07-14T06:55:43.448Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-14T06:55:43.476Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 79d3223c-7854-4872-b53b-ebbe980b9eeb
2022-07-14T06:55:43.477Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 79d3223c-7854-4872-b53b-ebbe980b9eeb
2022-07-14T06:55:43.483Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-14T06:55:43.484Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.499Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6af1be20, org.onap.sdc.toscaparser.api.parameters.Input@4277cd9a, org.onap.sdc.toscaparser.api.parameters.Input@7f3e41d2, org.onap.sdc.toscaparser.api.parameters.Input@4c3d7333, org.onap.sdc.toscaparser.api.parameters.Input@2b5ad42a]
2022-07-14T06:55:43.504Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.506Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.507Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.507Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.507Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 79d3223c-7854-4872-b53b-ebbe980b9eeb: Generic NeutronNet
2022-07-14T06:55:43.508Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.508Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.508Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.509Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.605Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.608Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.608Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.609Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.609Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:55:43.609Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:55:43.610Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.882Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-14T06:55:43.883Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.883Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:55:43.884Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:55:43.884Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:55:43.892Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:55:43.892Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781743883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:55:43.992Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T06:55:43.995Z||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-14T06:55:43.995Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:55:44.014Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:55:44.014Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:55:44.897Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:55:44.969Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:55:44.989Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:55:44.990Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:55:44.991Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:56:14.991Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:56:15.055Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:56:15.065Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:56:15.065Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:56:15.066Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:56:37.175Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:56:37.176Z||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-14T06:56:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:56:37.318Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:56:37.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:56:37.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781737171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:56:37.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:56:45.067Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:56:45.135Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:56:45.169Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:56:45.169Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:56:45.170Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:57:15.170Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:57:15.228Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:57:15.276Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:57:15.276Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:57:15.276Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:57:37.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:57:37.188Z||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-14T06:57:37.188Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:57:37.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:57:37.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781737171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:57:37.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "aai-ml",
  "timestamp": 1657781738425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781740274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:57:37.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "aai-ml",
  "timestamp": 1657781738425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "aai-ml",
  "timestamp": 1657781741547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781743883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:57:37.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781742936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781742936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:57:37.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781745868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:57:37.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "aai-ml",
  "timestamp": 1657781747447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781747664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "clamp",
  "timestamp": 1657781748567,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "aai-ml",
  "timestamp": 1657781748450,
  "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-14T06:57:37.336Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47263e77-cdb8-417f-8f3f-11346cae13a3
2022-07-14T06:57:37.337Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47263e77-cdb8-417f-8f3f-11346cae13a3 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-14T06:57:37.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781748669,
  "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-14T06:57:37.479Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47263e77-cdb8-417f-8f3f-11346cae13a3
2022-07-14T06:57:37.479Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47263e77-cdb8-417f-8f3f-11346cae13a3 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-14T06:57:37.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "clamp",
  "timestamp": 1657781748567,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:57:37.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "clamp",
  "timestamp": 1657781760505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:57:37.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "clamp",
  "timestamp": 1657781763508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:57:37.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:57:37.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "clamp",
  "timestamp": 1657781764519,
  "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-14T06:57:37.619Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47263e77-cdb8-417f-8f3f-11346cae13a3
2022-07-14T06:57:37.619Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47263e77-cdb8-417f-8f3f-11346cae13a3 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-14T06:57:37.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:37.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-14T06:57:37.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:57:37.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:57:45.277Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:57:45.317Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:57:45.326Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:57:45.327Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T06:57:45.327Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T06:57:45.327Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T06:57:45.327Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:57:45.327Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:57:45.328Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:57:45.328Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:57:45.328Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:57:45.328Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:57:45.328Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:57:45.359Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T06:58:15.363Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47263e77-cdb8-417f-8f3f-11346cae13a3 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-14T06:58:15.394Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47263e77-cdb8-417f-8f3f-11346cae13a3 and serviceModelVersionId: 79d3223c-7854-4872-b53b-ebbe980b9eeb
2022-07-14T06:58:15.394Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd992d5e-df08-4a87-a646-9c058099d369
2022-07-14T06:58:15.398Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd992d5e-df08-4a87-a646-9c058099d369/model-vers/model-ver/79d3223c-7854-4872-b53b-ebbe980b9eeb?depth=0
2022-07-14T06:58:15.412Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T06:58:15.580Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd992d5e-df08-4a87-a646-9c058099d369/model-vers/model-ver/79d3223c-7854-4872-b53b-ebbe980b9eeb?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-14T06:58:15.600Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd992d5e-df08-4a87-a646-9c058099d369/model-vers/model-ver/79d3223c-7854-4872-b53b-ebbe980b9eeb?depth=0|INFO|500||Invoke
2022-07-14T06:58:15.663Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd992d5e-df08-4a87-a646-9c058099d369/model-vers/model-ver/79d3223c-7854-4872-b53b-ebbe980b9eeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T06:58:16.103Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd992d5e-df08-4a87-a646-9c058099d369/model-vers/model-ver/79d3223c-7854-4872-b53b-ebbe980b9eeb?depth=0|INFO|500||InvokeReturn
2022-07-14T06:58:16.104Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd992d5e-df08-4a87-a646-9c058099d369/model-vers/model-ver/79d3223c-7854-4872-b53b-ebbe980b9eeb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220714-06:58:15:354-85141], vertex-id=[172200], Content-Length=[0], Date=[Thu, 14 Jul 2022 06:58:15 GMT], Content-Type=[application/json]}
2022-07-14T06:58:16.104Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T06:58:16.104Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T06:58:16.105Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:58:16.134Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||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-14T06:58:16.135Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47263e77-cdb8-417f-8f3f-11346cae13a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T06:58:16.135Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T06:58:16.136Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:16.160Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:16.161Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781896135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T06:58:16.262Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:58:16.263Z||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-14T06:58:16.263Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:16.372Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:16.373Z||pool-39-thread-1|||||INFO|500||cambria reply ok (111 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-14T06:58:17.237Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:58:17.237Z|47263e77-cdb8-417f-8f3f-11346cae13a3|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-14T06:58:17.238Z|47263e77-cdb8-417f-8f3f-11346cae13a3|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:21.663Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:21.665Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-14T06:58:21.665Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bde712dd-223c-40fa-95d6-f7be427d575e","serviceName":"Demo_pNF_wYXV9bqet4KdiY0NUcrj","serviceVersion":"1.0","serviceUUID":"710861e0-2f75-4b39-b7a6-b29aeecc7194","serviceDescription":"catalog service description","serviceInvariantUUID":"f8dca942-8c06-4a56-abc9-f31a23891317","resources":[{"resourceInstanceName":"pNF 4ad6c31b-f92d 0","resourceName":"pNF 4ad6c31b-f92d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e0afacc4-21e8-4f46-a700-7e35367db2a1","resourceInvariantUUID":"dca6b640-1ff3-4114-b45b-ae4ef8c90df5","resourceCustomizationUUID":"ef0dbd72-5bab-4587-8d4b-29d6d6c12d0f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml","artifactChecksum":"NDM1NGIxMmUxYzZkZGMyYmRhN2Y4NDdhYWRiYjQ2OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"725a740c-6f2c-4f6f-a2e2-8c1f90f1f7d6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6ea94b7-4f6f-4f14-b2a8-4a93af80405f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4e26c3f-d324-4380-8eec-8ce93a256828","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDNiOTJiNWQ4ZGQxNTI2ODFkYjQ4YTc4NTA4YWFlOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0327b7a4-9df3-40e8-a044-8bcff427eb01","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8538b90a-b0ae-4684-bbce-31161a224de4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0984acf8-e816-4a29-820e-f5722a1ca010","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml","artifactChecksum":"MmEzYTRlOGI3ZTAwODZjMjIyZDJjMzAzNzVjMTBjYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1b8d33b-c3e3-41bd-ac51-ef94555e1ca4","artifactVersion":"1"},{"artifactName":"service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar","artifactChecksum":"NTFiOGYwMjY3MjlkNDE5ZGI1YjU4NzA0NDNhMTk4YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0e298c0-e6d8-4d84-a106-621151c1c57d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T06:58:21.669Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:21.670Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:21.672Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:21.673Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:21.773Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:58:21.775Z||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-14T06:58:21.775Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:21.792Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:21.793Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:58:22.673Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:22.674Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:22.687Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:22.687Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:22.783Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-14T06:58:22.784Z||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-14T06:58:22.785Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:22.826Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:22.827Z||pool-41-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:58:23.688Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:23.690Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:23.694Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:23.694Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:23.794Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:58:23.797Z||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-14T06:58:23.797Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:23.820Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:23.825Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:58:24.696Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:24.697Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:24.707Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:24.708Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:24.812Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-14T06:58:24.813Z||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-14T06:58:24.814Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:24.844Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:24.844Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:58:25.716Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:25.741Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:25.746Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:25.747Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:25.846Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:58:25.851Z||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-14T06:58:25.851Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:25.875Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:25.876Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:58:26.748Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:26.749Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:26.770Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:26.771Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:26.865Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-14T06:58:26.866Z||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-14T06:58:26.866Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:26.901Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:26.903Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:58:27.772Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:27.774Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:27.780Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:27.781Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:27.882Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:58:27.884Z||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-14T06:58:27.884Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:27.903Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:27.904Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:58:28.785Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:58:28.788Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:28.799Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:28.800Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:28.901Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T06:58:28.902Z||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-14T06:58:28.902Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:28.920Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:28.921Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:58:29.809Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "serviceName": "Demo_pNF_wYXV9bqet4KdiY0NUcrj",
  "serviceVersion": "1.0",
  "serviceUUID": "710861e0-2f75-4b39-b7a6-b29aeecc7194",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f8dca942-8c06-4a56-abc9-f31a23891317",
  "resources": [
    {
      "resourceInstanceName": "pNF 4ad6c31b-f92d 0",
      "resourceCustomizationUUID": "ef0dbd72-5bab-4587-8d4b-29d6d6c12d0f",
      "resourceName": "pNF 4ad6c31b-f92d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e0afacc4-21e8-4f46-a700-7e35367db2a1",
      "resourceInvariantUUID": "dca6b640-1ff3-4114-b45b-ae4ef8c90df5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
      "artifactChecksum": "NTFiOGYwMjY3MjlkNDE5ZGI1YjU4NzA0NDNhMTk4YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c0e298c0-e6d8-4d84-a106-621151c1c57d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T06:58:29.810Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T06:58:29.811Z|47263e77-cdb8-417f-8f3f-11346cae13a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 710861e0-2f75-4b39-b7a6-b29aeecc7194 ASDC
2022-07-14T06:58:29.812Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bde712dd-223c-40fa-95d6-f7be427d575e
ServiceName:Demo_pNF_wYXV9bqet4KdiY0NUcrj
ServiceVersion:1.0
ServiceUUID:710861e0-2f75-4b39-b7a6-b29aeecc7194
ServiceInvariantUUID:f8dca942-8c06-4a56-abc9-f31a23891317
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
ArtifactUUID:c0e298c0-e6d8-4d84-a106-621151c1c57d
ArtifactChecksum:NTFiOGYwMjY3MjlkNDE5ZGI1YjU4NzA0NDNhMTk4YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4ad6c31b-f92d 0
ResourceCustomizationUUID:ef0dbd72-5bab-4587-8d4b-29d6d6c12d0f
ResourceInvariantUUID:dca6b640-1ff3-4114-b45b-ae4ef8c90df5
ResourceName:pNF 4ad6c31b-f92d
ResourceType:PNF
ResourceUUID:e0afacc4-21e8-4f46-a700-7e35367db2a1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-14T06:58:29.813Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 710861e0-2f75-4b39-b7a6-b29aeecc7194 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-14T06:58:29.883Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:58:29.885Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:58:29.885Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:58:29.885Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0e298c0-e6d8-4d84-a106-621151c1c57d from URL: /sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:29.885Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:58:29.886Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:30.179Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:58:30.202Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar c0e298c0-e6d8-4d84-a106-621151c1c57d 86698
2022-07-14T06:58:30.203Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar ASDC sendASDCNotification
2022-07-14T06:58:30.207Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:30.208Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:58:30.208Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:30.216Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:30.217Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781910203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:30.316Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T06:58:30.318Z||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-14T06:58:30.318Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:30.336Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:30.337Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:58:31.219Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:58:31.220Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:58:31.220Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c0e298c0-e6d8-4d84-a106-621151c1c57d, URL: /sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar to file: /app/ASDC/1/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:31.221Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:31.221Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:31.222Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:31.479Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11842382849409347090/Definitions/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml
2022-07-14T06:58:33.660Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T06:58:33.661Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T06:58:33.661Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.662Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-14T06:58:33.662Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.663Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.663Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.664Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.664Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.665Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4ad6c31b-f92d 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-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.665Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.665Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T06:58:33.666Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.667Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.667Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Node template pNF 4ad6c31b-f92d 0 is matching search criteria
2022-07-14T06:58:33.668Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T06:58:33.668Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4ad6c31b-f92d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:58:33.669Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.669Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.670Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Node template pNF 4ad6c31b-f92d 0 is matching search criteria
2022-07-14T06:58:33.670Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T06:58:33.671Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4ad6c31b-f92d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:58:33.672Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.672Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.673Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.673Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.674Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.674Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.675Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.675Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.676Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.676Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.676Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wYXV9bqet4KdiY0NUcrj
Description:catalog service description
Model UUID:710861e0-2f75-4b39-b7a6-b29aeecc7194
Model Version:NULL
Model InvariantUuid:f8dca942-8c06-4a56-abc9-f31a23891317
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-14T06:58:33.720Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e0afacc4-21e8-4f46-a700-7e35367db2a1
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-14T06:58:33.729Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||pNF 4ad6c31b-f92d 0
2022-07-14T06:58:33.730Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e0afacc4-21e8-4f46-a700-7e35367db2a1
2022-07-14T06:58:33.730Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 710861e0-2f75-4b39-b7a6-b29aeecc7194
2022-07-14T06:58:33.730Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 710861e0-2f75-4b39-b7a6-b29aeecc7194
2022-07-14T06:58:33.730Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4ad6c31b-f92d 0 e0afacc4-21e8-4f46-a700-7e35367db2a1 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-14T06:58:33.762Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b9a6871, org.onap.sdc.toscaparser.api.parameters.Input@49d9bb2, org.onap.sdc.toscaparser.api.parameters.Input@2106fc33, org.onap.sdc.toscaparser.api.parameters.Input@563926f9, org.onap.sdc.toscaparser.api.parameters.Input@2e9805af]
2022-07-14T06:58:33.764Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.764Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.765Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 710861e0-2f75-4b39-b7a6-b29aeecc7194: pNF 4ad6c31b-f92d
2022-07-14T06:58:33.765Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Processing PNF resource: e0afacc4-21e8-4f46-a700-7e35367db2a1
2022-07-14T06:58:33.765Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:58:33.766Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_wYXV9bqet4KdiY0NUcrj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:58:33.766Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||Resource customization UUID: ef0dbd72-5bab-4587-8d4b-29d6d6c12d0f is the same as notified resource customizationUUID: ef0dbd72-5bab-4587-8d4b-29d6d6c12d0f
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-14T06:58:33.928Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4ad6c31b-f92d e0afacc4-21e8-4f46-a700-7e35367db2a1 0 ASDC deployResourceStructure
2022-07-14T06:58:33.929Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar ASDC sendASDCNotification
2022-07-14T06:58:33.930Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar
2022-07-14T06:58:33.930Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:58:33.931Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:58:33.935Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:58:33.935Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781913929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:34.035Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:58:34.037Z||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-14T06:58:34.037Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:34.055Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:34.056Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:58:34.955Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bde712dd-223c-40fa-95d6-f7be427d575e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:58:35.002Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bde712dd-223c-40fa-95d6-f7be427d575e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:58:35.008Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:58:35.008Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T06:58:35.009Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T06:58:37.175Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:58:37.176Z||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-14T06:58:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:58:37.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:58:37.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:58:37.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781788805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:37.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781790250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781788867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:37.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781803253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:37.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781804055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:37.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781802573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:37.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "cds",
  "timestamp": 1657781804319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-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-14T06:58:37.337Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bde712dd-223c-40fa-95d6-f7be427d575e
2022-07-14T06:58:37.338Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:58:37.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781805062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:37.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781804093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:37.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "policy-id",
  "timestamp": 1657781806066,
  "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-14T06:58:37.490Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bde712dd-223c-40fa-95d6-f7be427d575e
2022-07-14T06:58:37.490Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:58:37.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781805103,
  "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-14T06:58:37.612Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bde712dd-223c-40fa-95d6-f7be427d575e
2022-07-14T06:58:37.612Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:58:37.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781798425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:37.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781807390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:37.713Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781802936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:37.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781803266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:37.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781811824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:37.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781813581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:37.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781813812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:37.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:37.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:37.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:37.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "aai-ml",
  "timestamp": 1657781814586,
  "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-14T06:58:37.815Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bde712dd-223c-40fa-95d6-f7be427d575e
2022-07-14T06:58:37.816Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:58:37.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:37.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781814816,
  "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-14T06:58:37.973Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bde712dd-223c-40fa-95d6-f7be427d575e
2022-07-14T06:58:37.974Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:58:38.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781808565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781821521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781823542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:38.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "clamp",
  "timestamp": 1657781824550,
  "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-14T06:58:38.064Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bde712dd-223c-40fa-95d6-f7be427d575e
2022-07-14T06:58:38.065Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:58:38.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.157Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781818805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781831631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "cds",
  "timestamp": 1657781832637,
  "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-14T06:58:38.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
2022-07-14T06:58:38.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T06:58:38.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781833278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781834389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781835477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781836582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781837719,
  "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-14T06:58:38.348Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
2022-07-14T06:58:38.349Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T06:58:38.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781838806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781838269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781838724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:38.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781839814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "policy-id",
  "timestamp": 1657781840821,
  "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-14T06:58:38.529Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
2022-07-14T06:58:38.529Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T06:58:38.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781833805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781841579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "cds",
  "timestamp": 1657781842585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-14T06:58:38.685Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of deb8b33c-93b4-4623-be3f-5c9109e4495e
2022-07-14T06:58:38.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T06:58:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781842747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781845241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:38.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781823266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781846246,
  "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-14T06:58:38.825Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
2022-07-14T06:58:38.825Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T06:58:38.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657781830250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:38.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781847131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781848456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781849317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781848667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:38.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:38.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:38.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "aai-ml",
  "timestamp": 1657781849460,
  "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-14T06:58:38.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
2022-07-14T06:58:38.977Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T06:58:39.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781850324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:39.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:39.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781849763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:39.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:39.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "policy-id",
  "timestamp": 1657781851329,
  "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-14T06:58:39.025Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deb8b33c-93b4-4623-be3f-5c9109e4495e
2022-07-14T06:58:39.026Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T06:58:39.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781850795,
  "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-14T06:58:39.067Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deb8b33c-93b4-4623-be3f-5c9109e4495e
2022-07-14T06:58:39.067Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T06:58:39.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657781851799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781832936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781854500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:58:39.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T06:59:05.016Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bde712dd-223c-40fa-95d6-f7be427d575e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T06:59:05.047Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bde712dd-223c-40fa-95d6-f7be427d575e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T06:59:05.065Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T06:59:05.065Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T06:59:05.066Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T06:59:05.066Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T06:59:05.066Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.066Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.066Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.066Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.067Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.067Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.067Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T06:59:05.067Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-14T06:59:05.109Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T06:59:35.110Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bde712dd-223c-40fa-95d6-f7be427d575e 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-14T06:59:35.183Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bde712dd-223c-40fa-95d6-f7be427d575e and serviceModelVersionId: 710861e0-2f75-4b39-b7a6-b29aeecc7194
2022-07-14T06:59:35.183Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8dca942-8c06-4a56-abc9-f31a23891317
2022-07-14T06:59:35.192Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8dca942-8c06-4a56-abc9-f31a23891317/model-vers/model-ver/710861e0-2f75-4b39-b7a6-b29aeecc7194?depth=0
2022-07-14T06:59:35.205Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T06:59:35.373Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8dca942-8c06-4a56-abc9-f31a23891317/model-vers/model-ver/710861e0-2f75-4b39-b7a6-b29aeecc7194?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-14T06:59:35.376Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8dca942-8c06-4a56-abc9-f31a23891317/model-vers/model-ver/710861e0-2f75-4b39-b7a6-b29aeecc7194?depth=0|INFO|500||Invoke
2022-07-14T06:59:35.483Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8dca942-8c06-4a56-abc9-f31a23891317/model-vers/model-ver/710861e0-2f75-4b39-b7a6-b29aeecc7194?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T06:59:36.171Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8dca942-8c06-4a56-abc9-f31a23891317/model-vers/model-ver/710861e0-2f75-4b39-b7a6-b29aeecc7194?depth=0|INFO|500||InvokeReturn
2022-07-14T06:59:36.172Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8dca942-8c06-4a56-abc9-f31a23891317/model-vers/model-ver/710861e0-2f75-4b39-b7a6-b29aeecc7194?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220714-06:59:35:166-72339], vertex-id=[176360], Content-Length=[0], Date=[Thu, 14 Jul 2022 06:59:35 GMT], Content-Type=[application/json]}
2022-07-14T06:59:36.172Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T06:59:36.173Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T06:59:36.173Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-14T06:59:36.221Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||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-14T06:59:36.221Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bde712dd-223c-40fa-95d6-f7be427d575e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T06:59:36.221Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T06:59:36.222Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:36.229Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:36.230Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781976221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T06:59:36.328Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T06:59:36.331Z||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-14T06:59:36.331Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:36.375Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:36.375Z||pool-50-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:37.175Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T06:59:37.176Z||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-14T06:59:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:37.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:37.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T06:59:37.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781828426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:59:37.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-14T06:59:37.308Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-14T06:59:37.308Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f0c5eee-a666-49c8-9d26-998c4f82ccf3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b892ecd1-1ff9-421b-b449-343e405d7fc7","serviceDescription":"service","serviceInvariantUUID":"f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dcf15e6-e3bd-432c-9bc5-451c942ec8bd","resourceInvariantUUID":"d4daf619-1f62-4837-9c1a-f1bca52f0fa0","resourceCustomizationUUID":"bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f","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":"ZjVhNzM3NjFlYmU4MmE2N2JmOTRhNmQxNjY3ZDk2N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fb02eb4-7886-41d6-aea4-079ef5ef6638","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":"1368515f-ba66-4891-baab-1cded4238a18","artifactVersion":"2","generatedFromUUID":"7a098962-4530-4c75-9caa-a5f0f6434913"},{"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":"7a098962-4530-4c75-9caa-a5f0f6434913","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":"NDdmYTEzZWIxNjk5YjFjOWVmNWM3MDdiZTFmZjMyMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"274948a2-66da-44df-86b3-b68592880dcc","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":"25123f20-f285-4b3d-95e1-6123a3382b48","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":"0390b5df-6e05-496c-b361-eeaedc87553d","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":"38c87049-7500-413f-90e1-48eb9c556c3b","artifactVersion":"2","generatedFromUUID":"25123f20-f285-4b3d-95e1-6123a3382b48"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTlmNTgyZGEwZGNmY2E0NDFjZTBlNTVlY2NlM2Y4NzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4bb1290-c8a2-4b92-a30c-c419b3d8f55e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmVmMmRjMGZjYjQwNmZjNTZkZDBkZWZlNTcxYTBkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c81aee5-9c56-438a-b759-0fb53a5c4776","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T06:59:37.309Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:37.309Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:37.315Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:37.315Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:59:37.423Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-14T06:59:37.424Z||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-14T06:59:37.424Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:37.473Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:37.479Z||pool-51-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:38.316Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:38.317Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:38.327Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:38.327Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-14T06:59:38.423Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-14T06:59:38.426Z||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-14T06:59:38.427Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:38.479Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:38.480Z||pool-52-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:39.331Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:39.332Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:39.339Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:39.339Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-14T06:59:39.442Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-14T06:59:39.443Z||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-14T06:59:39.443Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:39.469Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:39.469Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:40.348Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:40.348Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:40.358Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:40.358Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T06:59:40.457Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-07-14T06:59:40.459Z||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-14T06:59:40.460Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:40.487Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:40.488Z||pool-54-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:59:41.371Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:41.372Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:41.376Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:41.377Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-14T06:59:41.476Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:59:41.478Z||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-14T06:59:41.479Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:41.530Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:41.531Z||pool-55-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:59:42.381Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:42.381Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:42.386Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:42.386Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:59:42.486Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:59:42.488Z||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-14T06:59:42.488Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:42.514Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:42.517Z||pool-56-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:59:43.387Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:43.388Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:43.395Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:43.395Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-14T06:59:43.493Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-14T06:59:43.494Z||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-14T06:59:43.494Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:43.517Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:43.517Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:44.396Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:44.398Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:44.401Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:44.402Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T06:59:44.501Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:59:44.502Z||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-14T06:59:44.503Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:44.580Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:44.581Z||pool-58-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:45.403Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T06:59:45.405Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:45.411Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:45.412Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T06:59:45.512Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:59:45.515Z||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-14T06:59:45.522Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:45.559Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:45.560Z||pool-59-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:46.414Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b892ecd1-1ff9-421b-b449-343e405d7fc7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5dcf15e6-e3bd-432c-9bc5-451c942ec8bd",
      "resourceInvariantUUID": "d4daf619-1f62-4837-9c1a-f1bca52f0fa0",
      "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": "1368515f-ba66-4891-baab-1cded4238a18",
          "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": "7a098962-4530-4c75-9caa-a5f0f6434913",
          "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": "NDdmYTEzZWIxNjk5YjFjOWVmNWM3MDdiZTFmZjMyMzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "274948a2-66da-44df-86b3-b68592880dcc",
          "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": "25123f20-f285-4b3d-95e1-6123a3382b48",
          "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": "38c87049-7500-413f-90e1-48eb9c556c3b",
            "generatedFromUUID": "25123f20-f285-4b3d-95e1-6123a3382b48"
          },
          "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": "38c87049-7500-413f-90e1-48eb9c556c3b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmVmMmRjMGZjYjQwNmZjNTZkZDBkZWZlNTcxYTBkODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c81aee5-9c56-438a-b759-0fb53a5c4776"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T06:59:46.415Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T06:59:46.415Z|bde712dd-223c-40fa-95d6-f7be427d575e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b892ecd1-1ff9-421b-b449-343e405d7fc7 ASDC
2022-07-14T06:59:46.417Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6f0c5eee-a666-49c8-9d26-998c4f82ccf3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b892ecd1-1ff9-421b-b449-343e405d7fc7
ServiceInvariantUUID:f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a
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:2c81aee5-9c56-438a-b759-0fb53a5c4776
ArtifactChecksum:NmVmMmRjMGZjYjQwNmZjNTZkZDBkZWZlNTcxYTBkODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f
ResourceInvariantUUID:d4daf619-1f62-4837-9c1a-f1bca52f0fa0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5dcf15e6-e3bd-432c-9bc5-451c942ec8bd
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:1368515f-ba66-4891-baab-1cded4238a18
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:7a098962-4530-4c75-9caa-a5f0f6434913
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:274948a2-66da-44df-86b3-b68592880dcc
ArtifactChecksum:NDdmYTEzZWIxNjk5YjFjOWVmNWM3MDdiZTFmZjMyMzg=
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:25123f20-f285-4b3d-95e1-6123a3382b48
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:38c87049-7500-413f-90e1-48eb9c556c3b
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:38c87049-7500-413f-90e1-48eb9c556c3b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-14T06:59:46.417Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b892ecd1-1ff9-421b-b449-343e405d7fc7 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-14T06:59:46.481Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:59:46.483Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:59:46.483Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:59:46.483Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c81aee5-9c56-438a-b759-0fb53a5c4776 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-14T06:59:46.483Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:59:46.483Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-14T06:59:46.653Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:59:46.659Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2c81aee5-9c56-438a-b759-0fb53a5c4776 72982
2022-07-14T06:59:46.660Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:46.660Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:46.660Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:59:46.669Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:46.686Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:46.687Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781986660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:59:46.786Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:59:46.792Z||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-14T06:59:46.792Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:46.818Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:46.819Z||pool-60-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:47.688Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T06:59:47.690Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T06:59:47.690Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2c81aee5-9c56-438a-b759-0fb53a5c4776, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-14T06:59:47.691Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-14T06:59:47.692Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-14T06:59:47.692Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-14T06:59:47.917Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3217048916019848430/Definitions/service-BasicCnf-template.yml
2022-07-14T06:59:50.882Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T06:59:50.883Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T06:59:50.883Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-14T06:59:50.884Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-14T06:59:50.884Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:50.884Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:50.884Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:50.884Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:50.884Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T06:59:50.885Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.887Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.887Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:50.888Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T06:59:50.888Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:59:50.888Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.888Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.889Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:50.889Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T06:59:50.889Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T06:59:50.889Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.889Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.890Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.890Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-14T06:59:50.890Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-14T06:59:50.891Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-14T06:59:50.891Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-14T06:59:50.891Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.891Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T06:59:50.891Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.892Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:50.892Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:59:50.892Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.893Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:50.893Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:59:50.893Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.893Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:50.893Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:59:50.894Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.895Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-14T06:59:50.896Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-14T06:59:50.897Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=94dc6e28-83d4-40a6-abff-7f53ae7c88a5
2022-07-14T06:59:50.897Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.898Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.898Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.899Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.899Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.900Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.900Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:50.901Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:50.901Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b892ecd1-1ff9-421b-b449-343e405d7fc7
Model Version:NULL
Model InvariantUuid:f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5db1f2cd-70f7-4957-9394-a85a11102b5f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d4daf619-1f62-4837-9c1a-f1bca52f0fa0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dbcaceda-3821-402b-889c-98998e4968ef
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d9a9a4de-5b1c-45ae-a288-77c953509d96
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:94dc6e28-83d4-40a6-abff-7f53ae7c88a5
ModelInvariantUuid:c5127e2e-8f57-4946-bf24-48ffc66da3ec
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:46e431ed-9471-48e6-aa51-9cf4ceeabe20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:dd42e161-b194-46d7-a86a-59c7a1aa283a
ModelInvariantUuid:549a83dd-3d81-4c8e-802a-b3cd728201a8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0b4acfdf-b1b7-4181-aba5-41a5f62c602e
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-14T06:59:50.920Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dcf15e6-e3bd-432c-9bc5-451c942ec8bd
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-14T06:59:50.929Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-07-14T06:59:50.931Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dcf15e6-e3bd-432c-9bc5-451c942ec8bd
2022-07-14T06:59:50.931Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1368515f-ba66-4891-baab-1cded4238a18 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-14T06:59:50.931Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:59:50.932Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:51.115Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:59:51.116Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1368515f-ba66-4891-baab-1cded4238a18 12
2022-07-14T06:59:51.117Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:51.117Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:51.117Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:59:51.118Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:51.121Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:51.122Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781991117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:59:51.235Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-07-14T06:59:51.236Z||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-14T06:59:51.237Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:51.270Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:51.271Z||pool-61-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:52.123Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a098962-4530-4c75-9caa-a5f0f6434913 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-14T06:59:52.123Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:59:52.124Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:52.285Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:59:52.286Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7a098962-4530-4c75-9caa-a5f0f6434913 2688
2022-07-14T06:59:52.287Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:52.287Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:52.288Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:59:52.289Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:52.299Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:52.299Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781992287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:59:52.395Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-14T06:59:52.397Z||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-14T06:59:52.397Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:52.425Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:52.426Z||pool-62-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:53.304Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 274948a2-66da-44df-86b3-b68592880dcc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-14T06:59:53.305Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:59:53.339Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:53.700Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:59:53.701Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 274948a2-66da-44df-86b3-b68592880dcc 828
2022-07-14T06:59:53.703Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:53.703Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:53.704Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:59:53.704Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:53.709Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:53.710Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781993703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:59:53.809Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T06:59:53.810Z||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-14T06:59:53.810Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:53.834Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:53.835Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:54.711Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dbcaceda-3821-402b-889c-98998e4968ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9a9a4de-5b1c-45ae-a288-77c953509d96",
    "vfModuleModelCustomizationUUID": "050782fb-15f4-43cd-a9d6-41214faa52e9",
    "isBase": true,
    "artifacts": [
      "25123f20-f285-4b3d-95e1-6123a3382b48",
      "7a098962-4530-4c75-9caa-a5f0f6434913",
      "38c87049-7500-413f-90e1-48eb9c556c3b"
    ],
    "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-14T06:59:54.729Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9a9a4de-5b1c-45ae-a288-77c953509d96
VfModuleModelInvariantUUID:dbcaceda-3821-402b-889c-98998e4968ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
25123f20-f285-4b3d-95e1-6123a3382b48
,
7a098962-4530-4c75-9caa-a5f0f6434913
,
38c87049-7500-413f-90e1-48eb9c556c3b

}
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-14T06:59:54.733Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dbcaceda-3821-402b-889c-98998e4968ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9a9a4de-5b1c-45ae-a288-77c953509d96",
    "vfModuleModelCustomizationUUID": "050782fb-15f4-43cd-a9d6-41214faa52e9",
    "isBase": true,
    "artifacts": [
      "25123f20-f285-4b3d-95e1-6123a3382b48",
      "7a098962-4530-4c75-9caa-a5f0f6434913",
      "38c87049-7500-413f-90e1-48eb9c556c3b"
    ],
    "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-14T06:59:54.743Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9a9a4de-5b1c-45ae-a288-77c953509d96
VfModuleModelInvariantUUID:dbcaceda-3821-402b-889c-98998e4968ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
25123f20-f285-4b3d-95e1-6123a3382b48
,
7a098962-4530-4c75-9caa-a5f0f6434913
,
38c87049-7500-413f-90e1-48eb9c556c3b

}
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-14T06:59:54.743Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25123f20-f285-4b3d-95e1-6123a3382b48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-14T06:59:54.744Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:59:54.744Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:55.008Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:59:55.009Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 25123f20-f285-4b3d-95e1-6123a3382b48 1164
2022-07-14T06:59:55.009Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:55.009Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:55.009Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:59:55.010Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:55.013Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:55.014Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781995009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:59:55.113Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T06:59:55.114Z||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-14T06:59:55.115Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:55.139Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:55.140Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:56.015Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 38c87049-7500-413f-90e1-48eb9c556c3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-14T06:59:56.017Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T06:59:56.018Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:56.174Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T06:59:56.175Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 38c87049-7500-413f-90e1-48eb9c556c3b 200
2022-07-14T06:59:56.176Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:56.176Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:56.176Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T06:59:56.177Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:56.193Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:56.193Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781996176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T06:59:56.295Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:59:56.296Z||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-14T06:59:56.296Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:56.331Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:56.332Z||pool-65-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:57.195Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b892ecd1-1ff9-421b-b449-343e405d7fc7
2022-07-14T06:59:57.195Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5dcf15e6-e3bd-432c-9bc5-451c942ec8bd 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 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-14T06:59:57.304Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-14T06:59:57.333Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12f2e877, org.onap.sdc.toscaparser.api.parameters.Input@179fc002, org.onap.sdc.toscaparser.api.parameters.Input@36794cb3, org.onap.sdc.toscaparser.api.parameters.Input@42135449, org.onap.sdc.toscaparser.api.parameters.Input@4727ad2c]
2022-07-14T06:59:57.336Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.337Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.337Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-14T06:59:57.338Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f
2022-07-14T06:59:57.338Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f matches Tosca VF Customization UUID: bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f
2022-07-14T06:59:57.338Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f  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-14T06:59:57.358Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.363Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.365Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f: {\"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-14T06:59:57.365Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a5880a4
2022-07-14T06:59:57.365Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.365Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T06:59:57.366Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 050782fb-15f4-43cd-a9d6-41214faa52e9
2022-07-14T06:59:57.366Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 050782fb-15f4-43cd-a9d6-41214faa52e9
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-14T06:59:57.383Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.383Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:57.384Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:59:57.384Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.384Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:57.385Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:59:57.385Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.385Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-14T06:59:57.386Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-14T06:59:57.386Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=94dc6e28-83d4-40a6-abff-7f53ae7c88a5
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-14T06:59:57.400Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.401Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:57.401Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T06:59:57.402Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.402Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-14T06:59:57.402Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bdd9ab6d-a13f-4317-81a0-3ccb5a9de76f
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-14T06:59:57.411Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.411Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.412Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b892ecd1-1ff9-421b-b449-343e405d7fc7: basic_cnf
2022-07-14T06:59:57.412Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.413Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.413Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.413Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.414Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.414Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.414Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.414Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.416Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T06:59:57.417Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T06:59:57.417Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:57.835Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5dcf15e6-e3bd-432c-9bc5-451c942ec8bd 1 ASDC deployResourceStructure
2022-07-14T06:59:57.836Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:57.837Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:57.837Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-14T06:59:57.837Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:57.844Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:57.845Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781997835,
  "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-14T06:59:57.950Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-14T06:59:57.952Z||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-14T06:59:57.952Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:58.039Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:58.039Z||pool-66-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-07-14T06:59:58.847Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:58.847Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:58.848Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-14T06:59:58.848Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:58.863Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:58.864Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781998847,
  "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-14T06:59:58.979Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-07-14T06:59:58.996Z||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-14T06:59:58.996Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:59.016Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T06:59:59.018Z||pool-67-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-14T06:59:59.866Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:59.866Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T06:59:59.873Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T06:59:59.874Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T06:59:59.877Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T06:59:59.878Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781999866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T06:59:59.978Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T06:59:59.979Z||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-14T06:59:59.980Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T06:59:59.998Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:00.000Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:00.879Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:00.887Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:00.888Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:00.890Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:00.898Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:00.898Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782000879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:00.998Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:00:01.000Z||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-14T07:00:01.000Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:01.020Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:01.021Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:01.900Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:01.900Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:01.901Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:01.908Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:01.912Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:01.913Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782001900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:02.013Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:00:02.014Z||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-14T07:00:02.015Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:02.044Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:02.045Z||pool-70-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:02.917Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:02.917Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:02.918Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:02.918Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:02.922Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:02.922Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782002917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:03.023Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T07:00:03.025Z||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-14T07:00:03.025Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:03.068Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:03.076Z||pool-71-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:03.931Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:00:03.963Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:00:03.981Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:00:03.982Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T07:00:03.982Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T07:00:03.983Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T07:00:03.983Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:03.983Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:03.983Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:03.983Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:03.984Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:03.984Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:04.000Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T07:00:34.007Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T07:00:34.027Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 and serviceModelVersionId: b892ecd1-1ff9-421b-b449-343e405d7fc7
2022-07-14T07:00:34.027Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a
2022-07-14T07:00:34.028Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a/model-vers/model-ver/b892ecd1-1ff9-421b-b449-343e405d7fc7?depth=0
2022-07-14T07:00:34.036Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T07:00:34.200Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a/model-vers/model-ver/b892ecd1-1ff9-421b-b449-343e405d7fc7?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-14T07:00:34.202Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a/model-vers/model-ver/b892ecd1-1ff9-421b-b449-343e405d7fc7?depth=0|INFO|500||Invoke
2022-07-14T07:00:34.255Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a/model-vers/model-ver/b892ecd1-1ff9-421b-b449-343e405d7fc7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T07:00:34.608Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a/model-vers/model-ver/b892ecd1-1ff9-421b-b449-343e405d7fc7?depth=0|INFO|500||InvokeReturn
2022-07-14T07:00:34.610Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0b3ed0f-6641-4fcc-b9b5-7d3fccb1951a/model-vers/model-ver/b892ecd1-1ff9-421b-b449-343e405d7fc7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220714-07:00:33:949-74030], vertex-id=[221336], Content-Length=[0], Date=[Thu, 14 Jul 2022 07:00:33 GMT], Content-Type=[application/json]}
2022-07-14T07:00:34.612Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T07:00:34.612Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T07:00:34.612Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:34.622Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||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-14T07:00:34.622Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T07:00:34.623Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T07:00:34.623Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:34.627Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:34.627Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782034623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:00:34.732Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-14T07:00:34.734Z||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-14T07:00:34.734Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:34.807Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:34.808Z||pool-72-thread-1|||||INFO|500||cambria reply ok (75 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-14T07:00:35.664Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-14T07:00:35.664Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"deb8b33c-93b4-4623-be3f-5c9109e4495e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"29889436-9781-4fb7-8eef-9172778cc2d4","serviceDescription":"service","serviceInvariantUUID":"07c53cc6-934c-440c-94c5-0b7817f587af","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb5983dc-eeef-4ee1-b831-c8d74d6b5402","resourceInvariantUUID":"434ceb8f-a8f7-4385-bc79-60610e55c44a","resourceCustomizationUUID":"6567a9a4-5540-41b0-ae76-5d5f11ff91cb","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":"MjRmOWVjODVhNGY0NGU3ZmNiMGFhZDE3ZTBhYmU1NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9047626c-17e1-4376-9b06-757b9c29e5be","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":"MWM5OTVjMmJkMjUzYWZhNGRkNWVjNmQyYjA2OWQ1ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc36f8fc-534d-4ace-9bbb-84d158b32acb","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":"ccb299a0-ceb6-41f9-9223-126fb063458c","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":"6235deb4-d64c-4796-96b3-d6ddad71f1f2","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":"412eca2c-9c7f-460a-a830-1b692047fb50","artifactVersion":"2","generatedFromUUID":"ccb299a0-ceb6-41f9-9223-126fb063458c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDMxN2FmMjIwM2ZhMTYwNDA4OGZmMmY0NWQyNGExNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"290b340e-26a0-4af2-9556-e622aafe0abd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODNiNjY1OTdjOWQxZGY0YWU3ZmExMTE5ZGNhZTgwZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62845858-4484-4183-80f8-e63c5e574a76","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T07:00:35.665Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:35.666Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:35.669Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:35.669Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:35.772Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-14T07:00:35.774Z||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-14T07:00:35.775Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:35.796Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:35.797Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:36.671Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:36.671Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:36.694Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:36.695Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:00:36.784Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-07-14T07:00:36.785Z||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-14T07:00:36.785Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:36.816Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:36.817Z||pool-74-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:00:37.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:00:37.188Z||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-14T07:00:37.188Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:37.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:37.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781856959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:37.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781857604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:37.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781858533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:37.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657781857964,
  "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-14T07:00:37.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of deb8b33c-93b4-4623-be3f-5c9109e4495e
2022-07-14T07:00:37.319Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T07:00:37.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781860551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:37.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "clamp",
  "timestamp": 1657781861560,
  "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-14T07:00:37.405Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f0c5eee-a666-49c8-9d26-998c4f82ccf3
2022-07-14T07:00:37.405Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0c5eee-a666-49c8-9d26-998c4f82ccf3 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-14T07:00:37.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:00:37.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781867488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:37.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781838565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:00:37.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "aai-ml",
  "timestamp": 1657781868492,
  "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-14T07:00:37.519Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of deb8b33c-93b4-4623-be3f-5c9109e4495e
2022-07-14T07:00:37.519Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T07:00:37.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781874567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:37.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781875635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:37.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "clamp",
  "timestamp": 1657781876650,
  "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-14T07:00:37.592Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of deb8b33c-93b4-4623-be3f-5c9109e4495e
2022-07-14T07:00:37.592Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T07:00:37.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47263e77-cdb8-417f-8f3f-11346cae13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781896135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:00:37.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/resourceInstances/pnf4ad6c31bf92d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:37.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:00:37.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:00:37.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781910203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:37.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:00:37.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781913929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWyxv9bqet4kdiy0nucrj/1.0/artifacts/service-DemoPnfWyxv9bqet4kdiy0nucrj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:37.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:00:37.704Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:37.705Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:37.715Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:37.715Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:00:37.809Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-14T07:00:37.811Z||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-14T07:00:37.811Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:37.836Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:37.837Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:38.716Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:38.723Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:38.734Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:38.734Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:38.834Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:00:38.835Z||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-14T07:00:38.835Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:38.863Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:38.864Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:39.735Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:39.736Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:39.746Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:39.754Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-14T07:00:39.839Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-07-14T07:00:39.840Z||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-14T07:00:39.840Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:39.862Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:39.863Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:40.755Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:40.755Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:40.759Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:40.759Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:00:40.859Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:00:40.861Z||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-14T07:00:40.861Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:40.880Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:40.881Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:41.762Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:00:41.763Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:41.767Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:41.767Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:00:41.868Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:00:41.869Z||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-14T07:00:41.870Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:41.888Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:41.890Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:42.773Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "29889436-9781-4fb7-8eef-9172778cc2d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07c53cc6-934c-440c-94c5-0b7817f587af",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6567a9a4-5540-41b0-ae76-5d5f11ff91cb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb5983dc-eeef-4ee1-b831-c8d74d6b5402",
      "resourceInvariantUUID": "434ceb8f-a8f7-4385-bc79-60610e55c44a",
      "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": "MWM5OTVjMmJkMjUzYWZhNGRkNWVjNmQyYjA2OWQ1ODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fc36f8fc-534d-4ace-9bbb-84d158b32acb",
          "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": "ccb299a0-ceb6-41f9-9223-126fb063458c",
          "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": "412eca2c-9c7f-460a-a830-1b692047fb50",
            "generatedFromUUID": "ccb299a0-ceb6-41f9-9223-126fb063458c"
          },
          "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": "412eca2c-9c7f-460a-a830-1b692047fb50",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODNiNjY1OTdjOWQxZGY0YWU3ZmExMTE5ZGNhZTgwZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "62845858-4484-4183-80f8-e63c5e574a76"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T07:00:42.774Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T07:00:42.774Z|6f0c5eee-a666-49c8-9d26-998c4f82ccf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 29889436-9781-4fb7-8eef-9172778cc2d4 ASDC
2022-07-14T07:00:42.776Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:deb8b33c-93b4-4623-be3f-5c9109e4495e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:29889436-9781-4fb7-8eef-9172778cc2d4
ServiceInvariantUUID:07c53cc6-934c-440c-94c5-0b7817f587af
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:62845858-4484-4183-80f8-e63c5e574a76
ArtifactChecksum:ODNiNjY1OTdjOWQxZGY0YWU3ZmExMTE5ZGNhZTgwZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6567a9a4-5540-41b0-ae76-5d5f11ff91cb
ResourceInvariantUUID:434ceb8f-a8f7-4385-bc79-60610e55c44a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cb5983dc-eeef-4ee1-b831-c8d74d6b5402
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:fc36f8fc-534d-4ace-9bbb-84d158b32acb
ArtifactChecksum:MWM5OTVjMmJkMjUzYWZhNGRkNWVjNmQyYjA2OWQ1ODE=
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:ccb299a0-ceb6-41f9-9223-126fb063458c
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:412eca2c-9c7f-460a-a830-1b692047fb50
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:412eca2c-9c7f-460a-a830-1b692047fb50
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-14T07:00:42.777Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29889436-9781-4fb7-8eef-9172778cc2d4 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-14T07:00:42.863Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:00:42.865Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T07:00:42.866Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T07:00:42.866Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 62845858-4484-4183-80f8-e63c5e574a76 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-14T07:00:42.867Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T07:00:42.867Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-14T07:00:43.097Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T07:00:43.104Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 62845858-4484-4183-80f8-e63c5e574a76 75111
2022-07-14T07:00:43.105Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:43.106Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:43.107Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:00:43.108Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:43.112Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:43.113Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782043105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:43.212Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:00:43.213Z||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-14T07:00:43.213Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:43.231Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:43.233Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:44.114Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:00:44.116Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-14T07:00:44.116Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 62845858-4484-4183-80f8-e63c5e574a76, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-14T07:00:44.117Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-14T07:00:44.118Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-14T07:00:44.118Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-14T07:00:44.443Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4571022754906367197/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-14T07:00:46.885Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T07:00:46.889Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T07:00:46.890Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-14T07:00:46.890Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-14T07:00:46.890Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.891Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.892Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:46.892Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-14T07:00:46.892Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.892Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.893Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:46.893Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T07:00:46.893Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:00:46.894Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.894Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.894Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:46.894Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-14T07:00:46.895Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:00:46.895Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.895Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.896Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.896Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-14T07:00:46.896Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-14T07:00:46.896Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-14T07:00:46.896Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-14T07:00:46.897Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-14T07:00:46.897Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-14T07:00:46.897Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.897Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T07:00:46.898Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.898Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:46.898Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:00:46.899Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.899Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:46.900Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:00:46.900Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.900Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:46.900Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:00:46.901Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.901Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-14T07:00:46.902Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-14T07:00:46.902Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-14T07:00:46.902Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62c6fd79-88f8-4cdf-ae89-3bb4ae23f0de
2022-07-14T07:00:46.902Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.903Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.903Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.903Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.903Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.904Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.904Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:46.904Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:46.904Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:29889436-9781-4fb7-8eef-9172778cc2d4
Model Version:NULL
Model InvariantUuid:07c53cc6-934c-440c-94c5-0b7817f587af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:22e869c6-f92b-40cf-829d-d3bba682b0d5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:434ceb8f-a8f7-4385-bc79-60610e55c44a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6567a9a4-5540-41b0-ae76-5d5f11ff91cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:01662ae8-7ba3-4668-9c0f-fd1078629699
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5bf3cf76-a29d-4df3-ba54-2813a6e3331e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62c6fd79-88f8-4cdf-ae89-3bb4ae23f0de
ModelInvariantUuid:a4c2b985-a40b-4bb8-a04a-cac42fb0baf1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9715b7c5-6a9f-47ee-9b35-a6ca952803b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:76c94911-42a5-4893-bb88-f8b460f1aa19
ModelInvariantUuid:3baa1033-c31b-42b0-94c2-fb1cdd9015fd
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4940baf8-64a0-44a0-a57d-84e1cc254529
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-14T07:00:46.926Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cb5983dc-eeef-4ee1-b831-c8d74d6b5402
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-14T07:00:46.937Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-07-14T07:00:46.937Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb5983dc-eeef-4ee1-b831-c8d74d6b5402
2022-07-14T07:00:46.937Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc36f8fc-534d-4ace-9bbb-84d158b32acb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-14T07:00:46.937Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T07:00:46.938Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:47.268Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T07:00:47.269Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fc36f8fc-534d-4ace-9bbb-84d158b32acb 787
2022-07-14T07:00:47.271Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:47.272Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:47.272Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:00:47.272Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:47.276Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:47.276Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782047271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:47.383Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-14T07:00:47.384Z||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-14T07:00:47.384Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:47.409Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:47.409Z||pool-81-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:48.279Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "01662ae8-7ba3-4668-9c0f-fd1078629699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bf3cf76-a29d-4df3-ba54-2813a6e3331e",
    "vfModuleModelCustomizationUUID": "7f35b2e0-716e-407c-8991-6303e81ce2b1",
    "isBase": true,
    "artifacts": [
      "ccb299a0-ceb6-41f9-9223-126fb063458c",
      "412eca2c-9c7f-460a-a830-1b692047fb50"
    ],
    "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-14T07:00:48.284Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bf3cf76-a29d-4df3-ba54-2813a6e3331e
VfModuleModelInvariantUUID:01662ae8-7ba3-4668-9c0f-fd1078629699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccb299a0-ceb6-41f9-9223-126fb063458c
,
412eca2c-9c7f-460a-a830-1b692047fb50

}
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-14T07:00:48.288Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "01662ae8-7ba3-4668-9c0f-fd1078629699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bf3cf76-a29d-4df3-ba54-2813a6e3331e",
    "vfModuleModelCustomizationUUID": "7f35b2e0-716e-407c-8991-6303e81ce2b1",
    "isBase": true,
    "artifacts": [
      "ccb299a0-ceb6-41f9-9223-126fb063458c",
      "412eca2c-9c7f-460a-a830-1b692047fb50"
    ],
    "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-14T07:00:48.288Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bf3cf76-a29d-4df3-ba54-2813a6e3331e
VfModuleModelInvariantUUID:01662ae8-7ba3-4668-9c0f-fd1078629699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccb299a0-ceb6-41f9-9223-126fb063458c
,
412eca2c-9c7f-460a-a830-1b692047fb50

}
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-14T07:00:48.288Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ccb299a0-ceb6-41f9-9223-126fb063458c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-14T07:00:48.289Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T07:00:48.289Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:48.617Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T07:00:48.618Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ccb299a0-ceb6-41f9-9223-126fb063458c 5033
2022-07-14T07:00:48.619Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:48.621Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:48.621Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:00:48.622Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:48.626Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:48.627Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782048618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:48.727Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:00:48.728Z||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-14T07:00:48.729Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:48.757Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:48.758Z||pool-82-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:00:49.628Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 412eca2c-9c7f-460a-a830-1b692047fb50 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-14T07:00:49.629Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-14T07:00:49.629Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:49.962Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-14T07:00:49.963Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 412eca2c-9c7f-460a-a830-1b692047fb50 903
2022-07-14T07:00:49.963Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:49.963Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:49.964Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:00:49.964Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:49.967Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:49.967Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782049963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:00:50.067Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:00:50.068Z||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-14T07:00:50.069Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:50.093Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:50.093Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:50.968Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 29889436-9781-4fb7-8eef-9172778cc2d4
2022-07-14T07:00:50.969Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cb5983dc-eeef-4ee1-b831-c8d74d6b5402 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-14T07:00:51.011Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@741e70c0, org.onap.sdc.toscaparser.api.parameters.Input@6bb9c802, org.onap.sdc.toscaparser.api.parameters.Input@62e7e668, org.onap.sdc.toscaparser.api.parameters.Input@12c9a6a9, org.onap.sdc.toscaparser.api.parameters.Input@15565c40]
2022-07-14T07:00:51.013Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.013Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.014Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-14T07:00:51.014Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6567a9a4-5540-41b0-ae76-5d5f11ff91cb
2022-07-14T07:00:51.015Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6567a9a4-5540-41b0-ae76-5d5f11ff91cb matches Tosca VF Customization UUID: 6567a9a4-5540-41b0-ae76-5d5f11ff91cb
2022-07-14T07:00:51.023Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6567a9a4-5540-41b0-ae76-5d5f11ff91cb  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-14T07:00:51.037Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.038Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.043Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6567a9a4-5540-41b0-ae76-5d5f11ff91cb: {\"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-14T07:00:51.044Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32201418
2022-07-14T07:00:51.044Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.046Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T07:00:51.046Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f35b2e0-716e-407c-8991-6303e81ce2b1
2022-07-14T07:00:51.046Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f35b2e0-716e-407c-8991-6303e81ce2b1
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-14T07:00:51.050Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.051Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:51.051Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:00:51.051Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.052Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:51.052Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:00:51.053Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.053Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-14T07:00:51.053Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-14T07:00:51.053Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-14T07:00:51.054Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62c6fd79-88f8-4cdf-ae89-3bb4ae23f0de
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-14T07:00:51.061Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.062Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:51.063Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:00:51.063Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.063Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-14T07:00:51.064Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6567a9a4-5540-41b0-ae76-5d5f11ff91cb
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-14T07:00:51.074Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.074Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.075Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 29889436-9781-4fb7-8eef-9172778cc2d4: basic_vm
2022-07-14T07:00:51.075Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.076Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.076Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.076Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.077Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.077Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.079Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.079Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.080Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:00:51.080Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:00:51.081Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:51.292Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cb5983dc-eeef-4ee1-b831-c8d74d6b5402 1 ASDC deployResourceStructure
2022-07-14T07:00:51.293Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:51.293Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:51.293Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:51.293Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:51.296Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:51.297Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782051292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:51.397Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:00:51.398Z||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-14T07:00:51.398Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:51.419Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:51.420Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:00:52.298Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:52.298Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:52.298Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:52.298Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:52.304Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:52.306Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782052297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:52.405Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:00:52.406Z||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-14T07:00:52.406Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:52.436Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:52.437Z||pool-85-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:53.307Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:53.308Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:53.309Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:53.309Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:53.313Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:53.314Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782053307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:53.414Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:00:53.415Z||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-14T07:00:53.416Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:53.439Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:53.440Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:00:54.323Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:54.324Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:54.325Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:00:54.325Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:00:54.329Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:00:54.330Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782054323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:00:54.434Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-14T07:00:54.435Z||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-14T07:00:54.436Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:00:54.483Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:00:54.484Z||pool-87-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:00:55.331Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deb8b33c-93b4-4623-be3f-5c9109e4495e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:00:55.362Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deb8b33c-93b4-4623-be3f-5c9109e4495e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:00:55.387Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:00:55.387Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T07:00:55.387Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T07:00:55.388Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T07:00:55.388Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:55.388Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:55.388Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:55.388Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:55.388Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:55.389Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:00:55.389Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:00:55.412Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T07:01:25.414Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: deb8b33c-93b4-4623-be3f-5c9109e4495e 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-14T07:01:25.443Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: deb8b33c-93b4-4623-be3f-5c9109e4495e and serviceModelVersionId: 29889436-9781-4fb7-8eef-9172778cc2d4
2022-07-14T07:01:25.444Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07c53cc6-934c-440c-94c5-0b7817f587af
2022-07-14T07:01:25.446Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07c53cc6-934c-440c-94c5-0b7817f587af/model-vers/model-ver/29889436-9781-4fb7-8eef-9172778cc2d4?depth=0
2022-07-14T07:01:25.455Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T07:01:25.592Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c53cc6-934c-440c-94c5-0b7817f587af/model-vers/model-ver/29889436-9781-4fb7-8eef-9172778cc2d4?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-14T07:01:25.594Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c53cc6-934c-440c-94c5-0b7817f587af/model-vers/model-ver/29889436-9781-4fb7-8eef-9172778cc2d4?depth=0|INFO|500||Invoke
2022-07-14T07:01:25.669Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c53cc6-934c-440c-94c5-0b7817f587af/model-vers/model-ver/29889436-9781-4fb7-8eef-9172778cc2d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T07:01:25.932Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c53cc6-934c-440c-94c5-0b7817f587af/model-vers/model-ver/29889436-9781-4fb7-8eef-9172778cc2d4?depth=0|INFO|500||InvokeReturn
2022-07-14T07:01:25.933Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c53cc6-934c-440c-94c5-0b7817f587af/model-vers/model-ver/29889436-9781-4fb7-8eef-9172778cc2d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220714-07:01:25:361-4907], vertex-id=[184560], Content-Length=[0], Date=[Thu, 14 Jul 2022 07:01:25 GMT], Content-Type=[application/json]}
2022-07-14T07:01:25.935Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T07:01:25.936Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T07:01:25.936Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:01:25.946Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||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-14T07:01:25.947Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID deb8b33c-93b4-4623-be3f-5c9109e4495e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T07:01:25.947Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T07:01:25.951Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:01:25.961Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:01:25.962Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782085947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:01:26.070Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-14T07:01:26.074Z||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-14T07:01:26.074Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:01:26.103Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:01:26.104Z||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-14T07:01:26.983Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:01:26.984Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:01:26.984Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:01:37.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:01:37.175Z||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-14T07:01:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:01:37.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:01:37.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-14T07:01:37.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bde712dd-223c-40fa-95d6-f7be427d575e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781976221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:01:37.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:01:37.343Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:01:37.344Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:01:37.345Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:01:37.345Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:01:46.923Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:01:46.924Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:01:46.925Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:01:46.925Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:01:56.543Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:01:56.544Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:01:56.545Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:01:56.545Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:02:06.146Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:02:06.147Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:02:06.147Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:02:06.147Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:02:15.712Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:02:37.170Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:02:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:02:37.172Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:02:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:02:37.174Z||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-14T07:02:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:02:37.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:02:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:02:37.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781986660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:02:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781991117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781992287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781993703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:02:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781995009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781996176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781997835,
  "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-14T07:02:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781998847,
  "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-14T07:02:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781999866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:02:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782000879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:02:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782001900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:02:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782002917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:02:37.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f0c5eee-a666-49c8-9d26-998c4f82ccf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782034623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:02:37.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:02:37.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:02:37.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:37.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-14T07:02:37.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:02:37.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:02:46.813Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:03:37.170Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:03:37.172Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:03:37.173Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:03:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:03:37.174Z||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-14T07:03:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:03:37.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:03:37.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:03:37.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:03:37.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:03:37.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:03:37.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-14T07:03:37.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:03:37.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:03:37.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:03:37.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657781897237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:03:37.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:03:37.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782043105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:03:37.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782047271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:03:37.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782048618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:03:37.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782049963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:03:37.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782051292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:03:37.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782052297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:03:37.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782053307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782054323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "deb8b33c-93b4-4623-be3f-5c9109e4495e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782085947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:03:37.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:03:46.758Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:04:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:04:37.173Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:04:37.173Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:04:37.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:04:37.184Z||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-14T07:04:37.184Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:04:46.779Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:04:46.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:05:37.170Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:05:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:05:37.173Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:05:37.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:05:37.174Z||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-14T07:05:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:05:46.764Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:05:46.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:06:37.170Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:06:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:06:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:06:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:06:37.174Z||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-14T07:06:37.187Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:06:46.812Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:06:46.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:07:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:07:37.172Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:07:37.172Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:07:37.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:07:37.175Z||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-14T07:07:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:07:46.801Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:07:46.803Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:08:37.170Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:08:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:08:37.171Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:08:37.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:08:37.175Z||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-14T07:08:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:08:46.805Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:08:46.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:09:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:09:37.172Z||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-14T07:09:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:09:37.175Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:09:37.176Z||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-14T07:09:37.181Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:09:46.747Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:09:46.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:10:37.175Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:10:37.176Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:10:37.176Z||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-14T07:10:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:10:37.191Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T07:10:37.191Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:10:46.855Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:10:46.857Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:11:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:11:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:11:37.175Z||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-14T07:11:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:11:37.193Z||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-14T07:11:37.193Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:11:46.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:11:46.771Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:12:37.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:12:37.172Z||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-14T07:12:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:12:37.173Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:12:37.175Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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-14T07:12:37.175Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:12:46.825Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:12:46.835Z|deb8b33c-93b4-4623-be3f-5c9109e4495e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:37.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:13:37.174Z||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-14T07:13:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:37.175Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:13:37.175Z||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-14T07:13:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:37.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:37.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a76536be-56ba-4828-bc24-107573e541fd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5be48445-4240-4f8c-8659-9d3ec953318d","serviceDescription":"service","serviceInvariantUUID":"42e31323-a4c6-4f39-b548-f56822dbaa2c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c3cd61ec-89de-4e91-8418-eb0b0cdf1592","resourceInvariantUUID":"b2ffb844-61f1-497c-901a-3c00d7896645","resourceCustomizationUUID":"3c9dd7ff-df4f-4751-9031-6d2641149ada","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":"Y2FmZTAwMTllYmE5YTIxYzYwMWYzOWI5YWQyOGE3YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a451fe20-d184-4d5c-b360-fd4c1348c05b","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":"YTdlNTQyZWQ3YjUyODE2Njk0ZGUzMzk1NDA4NDYzMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1cd1432f-77b4-4ef4-89ac-08190e110de8","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":"a29ff4e5-2445-481f-a76b-7ece98adf0b0","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":"c10fe112-f9c7-4075-acc1-364888f02520","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":"d34170ce-bf4f-4c6f-915b-e9f8de2db957","artifactVersion":"2","generatedFromUUID":"a29ff4e5-2445-481f-a76b-7ece98adf0b0"},{"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":"NWE2NWM1M2EyZjU1MWJjM2I5NzM3NTFkMWZiZGU3MWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9c67ca2b-7ec2-49c8-b9a5-69f1392e3836","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":"YWViZTUxNWRmNWRjNTg1NTA3NTJjODE3ZGRkNzllZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88e4beea-0a63-4358-b2ef-3c396d44bc53","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTFjYzA1ZDhlYTZhZmU0ZDg1YjU0ZWE3ZDBlNWNhMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a66f406c-a5ab-4e9a-b1ac-dc457d0aa6e1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T07:13:37.841Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:37.842Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:37.857Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:37.863Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:37.864Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:13:37.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782770250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782768565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:37.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782768867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:37.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782784281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:37.899Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:37.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782785290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:37.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:37.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:13:37.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:37.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:37.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:37.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "policy-id",
  "timestamp": 1657782786295,
  "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-14T07:13:37.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a76536be-56ba-4828-bc24-107573e541fd
2022-07-14T07:13:37.976Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a76536be-56ba-4828-bc24-107573e541fd and ComponentName POLICY
2022-07-14T07:13:37.963Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T07:13:37.985Z||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-14T07:13:37.986Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-14T07:13:38.019Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:38.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.021Z||pool-89-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:38.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782778809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782787878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "cds",
  "timestamp": 1657782790369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-14T07:13:38.039Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a76536be-56ba-4828-bc24-107573e541fd
2022-07-14T07:13:38.039Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a76536be-56ba-4828-bc24-107573e541fd 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-14T07:13:38.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782783266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782792922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782792196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782793304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782794512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782795550,
  "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-14T07:13:38.103Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a76536be-56ba-4828-bc24-107573e541fd
2022-07-14T07:13:38.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a76536be-56ba-4828-bc24-107573e541fd 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-14T07:13:38.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782788425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782796940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:38.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782796554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:38.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "clamp",
  "timestamp": 1657782797944,
  "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-14T07:13:38.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a76536be-56ba-4828-bc24-107573e541fd
2022-07-14T07:13:38.134Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a76536be-56ba-4828-bc24-107573e541fd 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-14T07:13:38.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782797452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:38.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782792937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:13:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782801797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:38.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782804487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:38.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782805492,
  "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-14T07:13:38.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a76536be-56ba-4828-bc24-107573e541fd
2022-07-14T07:13:38.172Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a76536be-56ba-4828-bc24-107573e541fd 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-14T07:13:38.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782808398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:38.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:13:38.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-14T07:13:38.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "aai-ml",
  "timestamp": 1657782809403,
  "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-14T07:13:38.196Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a76536be-56ba-4828-bc24-107573e541fd
2022-07-14T07:13:38.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a76536be-56ba-4828-bc24-107573e541fd 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-14T07:13:38.866Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:38.867Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:38.870Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:38.871Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:13:38.971Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:13:38.972Z||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-14T07:13:38.973Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:39.000Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:39.000Z||pool-90-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:39.872Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:39.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:39.884Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:39.885Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:13:40.016Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 131 ms
2022-07-14T07:13:40.019Z||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-14T07:13:40.019Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:40.036Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:40.037Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:40.887Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:40.889Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:40.899Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:40.899Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:40.994Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-14T07:13:40.995Z||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-14T07:13:40.995Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:41.043Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:41.050Z||pool-92-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:41.900Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:41.902Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:41.910Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:41.910Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-14T07:13:42.016Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-14T07:13:42.017Z||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-14T07:13:42.017Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:42.050Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:42.052Z||pool-93-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:13:42.915Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:42.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:42.935Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:42.935Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:43.028Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-14T07:13:43.030Z||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-14T07:13:43.030Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:43.072Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:43.074Z||pool-94-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:13:43.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:43.938Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:43.944Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:43.945Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:13:44.045Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:13:44.047Z||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-14T07:13:44.048Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:44.096Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:44.097Z||pool-95-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:44.948Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:13:44.951Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:44.959Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:44.959Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:13:45.063Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-14T07:13:45.066Z||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-14T07:13:45.066Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:45.094Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:45.096Z||pool-96-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:45.964Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5be48445-4240-4f8c-8659-9d3ec953318d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42e31323-a4c6-4f39-b548-f56822dbaa2c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3c9dd7ff-df4f-4751-9031-6d2641149ada",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c3cd61ec-89de-4e91-8418-eb0b0cdf1592",
      "resourceInvariantUUID": "b2ffb844-61f1-497c-901a-3c00d7896645",
      "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": "YTdlNTQyZWQ3YjUyODE2Njk0ZGUzMzk1NDA4NDYzMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1cd1432f-77b4-4ef4-89ac-08190e110de8",
          "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": "a29ff4e5-2445-481f-a76b-7ece98adf0b0",
          "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": "d34170ce-bf4f-4c6f-915b-e9f8de2db957",
            "generatedFromUUID": "a29ff4e5-2445-481f-a76b-7ece98adf0b0"
          },
          "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": "d34170ce-bf4f-4c6f-915b-e9f8de2db957",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTFjYzA1ZDhlYTZhZmU0ZDg1YjU0ZWE3ZDBlNWNhMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a66f406c-a5ab-4e9a-b1ac-dc457d0aa6e1"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T07:13:45.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T07:13:45.965Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5be48445-4240-4f8c-8659-9d3ec953318d ASDC
2022-07-14T07:13:45.966Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a76536be-56ba-4828-bc24-107573e541fd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5be48445-4240-4f8c-8659-9d3ec953318d
ServiceInvariantUUID:42e31323-a4c6-4f39-b548-f56822dbaa2c
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:a66f406c-a5ab-4e9a-b1ac-dc457d0aa6e1
ArtifactChecksum:OTFjYzA1ZDhlYTZhZmU0ZDg1YjU0ZWE3ZDBlNWNhMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3c9dd7ff-df4f-4751-9031-6d2641149ada
ResourceInvariantUUID:b2ffb844-61f1-497c-901a-3c00d7896645
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c3cd61ec-89de-4e91-8418-eb0b0cdf1592
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:1cd1432f-77b4-4ef4-89ac-08190e110de8
ArtifactChecksum:YTdlNTQyZWQ3YjUyODE2Njk0ZGUzMzk1NDA4NDYzMTM=
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:a29ff4e5-2445-481f-a76b-7ece98adf0b0
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:d34170ce-bf4f-4c6f-915b-e9f8de2db957
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:d34170ce-bf4f-4c6f-915b-e9f8de2db957
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-14T07:13:45.967Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5be48445-4240-4f8c-8659-9d3ec953318d 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-14T07:13:46.067Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:13:46.069Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:13:46.069Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:13:46.069Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a66f406c-a5ab-4e9a-b1ac-dc457d0aa6e1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-14T07:13:46.069Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:13:46.070Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-14T07:13:46.320Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:13:46.325Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a66f406c-a5ab-4e9a-b1ac-dc457d0aa6e1 82866
2022-07-14T07:13:46.325Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:46.325Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:46.326Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:13:46.326Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:46.329Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:46.330Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782826325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:46.431Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T07:13:46.435Z||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-14T07:13:46.436Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:46.470Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:46.470Z||pool-97-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:47.331Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:13:47.332Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:13:47.333Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a66f406c-a5ab-4e9a-b1ac-dc457d0aa6e1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-14T07:13:47.333Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-14T07:13:47.334Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-14T07:13:47.334Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-14T07:13:47.727Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10253107656779492136/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-14T07:13:50.199Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T07:13:50.201Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-14T07:13:50.202Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-14T07:13:50.202Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-14T07:13:50.202Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:50.203Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.203Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.203Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.204Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.204Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.205Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.205Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.205Z|a76536be-56ba-4828-bc24-107573e541fd|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-BasicVmMacro-csar.csar
2022-07-14T07:13:50.206Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-14T07:13:50.206Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.207Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.207Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:50.208Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-14T07:13:50.208Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:13:50.209Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.210Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.210Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:50.210Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-14T07:13:50.210Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:13:50.211Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.211Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.211Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.214Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-14T07:13:50.214Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-14T07:13:50.218Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-14T07:13:50.218Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-14T07:13:50.219Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-14T07:13:50.231Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-14T07:13:50.231Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.232Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T07:13:50.236Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.236Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:50.236Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:13:50.237Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.238Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:50.238Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:13:50.239Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.239Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:50.239Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:13:50.240Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.240Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-14T07:13:50.240Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-14T07:13:50.240Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-14T07:13:50.241Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a57b8696-fa56-48e1-99f8-6252b51d82cd
2022-07-14T07:13:50.241Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.241Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.242Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.242Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.242Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.242Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.243Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:50.243Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:50.244Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:5be48445-4240-4f8c-8659-9d3ec953318d
Model Version:NULL
Model InvariantUuid:42e31323-a4c6-4f39-b548-f56822dbaa2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:38f0074f-4f90-4b88-ac4c-5f794505940b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2ffb844-61f1-497c-901a-3c00d7896645
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c9dd7ff-df4f-4751-9031-6d2641149ada
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c6031354-46f3-4fbf-8567-afe0605442dc
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8f19f4a3-cea6-4cde-aa70-ba9bebd801ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a57b8696-fa56-48e1-99f8-6252b51d82cd
ModelInvariantUuid:8a9e4fda-46c1-4072-8540-1a7b2cb7695e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d91e862c-c7f6-498b-ac31-58d4983fde70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:72c9fcd2-1a3c-4de8-838d-af687cb2ab15
ModelInvariantUuid:4cd02ad9-979a-43a4-9cfd-5dffc941336d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6071d649-0520-41ea-882a-82c7d589ae4d
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-14T07:13:50.273Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c3cd61ec-89de-4e91-8418-eb0b0cdf1592
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-14T07:13:50.282Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-07-14T07:13:50.282Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c3cd61ec-89de-4e91-8418-eb0b0cdf1592
2022-07-14T07:13:50.282Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1cd1432f-77b4-4ef4-89ac-08190e110de8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-14T07:13:50.287Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:13:50.288Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:50.502Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:13:50.503Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1cd1432f-77b4-4ef4-89ac-08190e110de8 792
2022-07-14T07:13:50.504Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:50.504Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:50.504Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:13:50.505Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:50.509Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:50.509Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782830504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:50.609Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:13:50.610Z||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-14T07:13:50.610Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:50.628Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:50.629Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:51.515Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c6031354-46f3-4fbf-8567-afe0605442dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f19f4a3-cea6-4cde-aa70-ba9bebd801ce",
    "vfModuleModelCustomizationUUID": "76a564a8-0de6-4f4b-ab29-8b7e778a90cd",
    "isBase": true,
    "artifacts": [
      "a29ff4e5-2445-481f-a76b-7ece98adf0b0",
      "d34170ce-bf4f-4c6f-915b-e9f8de2db957"
    ],
    "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-14T07:13:51.529Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f19f4a3-cea6-4cde-aa70-ba9bebd801ce
VfModuleModelInvariantUUID:c6031354-46f3-4fbf-8567-afe0605442dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
a29ff4e5-2445-481f-a76b-7ece98adf0b0
,
d34170ce-bf4f-4c6f-915b-e9f8de2db957

}
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-14T07:13:51.537Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c6031354-46f3-4fbf-8567-afe0605442dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f19f4a3-cea6-4cde-aa70-ba9bebd801ce",
    "vfModuleModelCustomizationUUID": "76a564a8-0de6-4f4b-ab29-8b7e778a90cd",
    "isBase": true,
    "artifacts": [
      "a29ff4e5-2445-481f-a76b-7ece98adf0b0",
      "d34170ce-bf4f-4c6f-915b-e9f8de2db957"
    ],
    "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-14T07:13:51.539Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f19f4a3-cea6-4cde-aa70-ba9bebd801ce
VfModuleModelInvariantUUID:c6031354-46f3-4fbf-8567-afe0605442dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
a29ff4e5-2445-481f-a76b-7ece98adf0b0
,
d34170ce-bf4f-4c6f-915b-e9f8de2db957

}
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-14T07:13:51.540Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a29ff4e5-2445-481f-a76b-7ece98adf0b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-14T07:13:51.541Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:13:51.542Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:51.617Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:13:51.618Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a29ff4e5-2445-481f-a76b-7ece98adf0b0 5033
2022-07-14T07:13:51.619Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:51.619Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:51.620Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:13:51.621Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:51.627Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:51.627Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782831619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:51.728Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:13:51.729Z||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-14T07:13:51.729Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:51.808Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:51.808Z||pool-99-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:52.628Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d34170ce-bf4f-4c6f-915b-e9f8de2db957 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-14T07:13:52.629Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:13:52.630Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:52.885Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:13:52.887Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d34170ce-bf4f-4c6f-915b-e9f8de2db957 903
2022-07-14T07:13:52.888Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:52.888Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:52.888Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:13:52.889Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:52.893Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:52.893Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782832888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:13:52.993Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:13:52.994Z||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-14T07:13:52.994Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:53.015Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:53.017Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:53.894Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5be48445-4240-4f8c-8659-9d3ec953318d
2022-07-14T07:13:53.896Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c3cd61ec-89de-4e91-8418-eb0b0cdf1592 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-14T07:13:53.993Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@426dc55b, org.onap.sdc.toscaparser.api.parameters.Input@5e921472, org.onap.sdc.toscaparser.api.parameters.Input@65514f98, org.onap.sdc.toscaparser.api.parameters.Input@40069727, org.onap.sdc.toscaparser.api.parameters.Input@6cedc561]
2022-07-14T07:13:53.996Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:53.997Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:53.998Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-14T07:13:53.998Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c9dd7ff-df4f-4751-9031-6d2641149ada
2022-07-14T07:13:53.999Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c9dd7ff-df4f-4751-9031-6d2641149ada matches Tosca VF Customization UUID: 3c9dd7ff-df4f-4751-9031-6d2641149ada
2022-07-14T07:13:53.999Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c9dd7ff-df4f-4751-9031-6d2641149ada  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-14T07:13:54.007Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.008Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.009Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c9dd7ff-df4f-4751-9031-6d2641149ada: {\"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-14T07:13:54.010Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@391bc26d
2022-07-14T07:13:54.011Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.011Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T07:13:54.012Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76a564a8-0de6-4f4b-ab29-8b7e778a90cd
2022-07-14T07:13:54.012Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76a564a8-0de6-4f4b-ab29-8b7e778a90cd
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-14T07:13:54.017Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.018Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:54.018Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:13:54.019Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.020Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:54.020Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:13:54.020Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.021Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-14T07:13:54.021Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-14T07:13:54.021Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-14T07:13:54.021Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a57b8696-fa56-48e1-99f8-6252b51d82cd
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-14T07:13:54.027Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.028Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:54.029Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:13:54.029Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.030Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-14T07:13:54.030Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3c9dd7ff-df4f-4751-9031-6d2641149ada
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-14T07:13:54.037Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.038Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.039Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5be48445-4240-4f8c-8659-9d3ec953318d: basic_vm_macro
2022-07-14T07:13:54.042Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.044Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.044Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.044Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.045Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.045Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.045Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.045Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.046Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:13:54.046Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:13:54.046Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:54.379Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c3cd61ec-89de-4e91-8418-eb0b0cdf1592 1 ASDC deployResourceStructure
2022-07-14T07:13:54.380Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:54.380Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:54.380Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:13:54.381Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:54.384Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:54.385Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782834380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:54.487Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-14T07:13:54.488Z||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-14T07:13:54.489Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:54.536Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:54.537Z||pool-101-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:13:55.391Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:55.391Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:55.392Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:13:55.392Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:55.402Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:55.403Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782835391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:55.503Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:13:55.504Z||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-14T07:13:55.504Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:55.526Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:55.527Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:56.407Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:56.407Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:56.407Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:13:56.408Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:56.410Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:56.410Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782836407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:56.511Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:13:56.512Z||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-14T07:13:56.512Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:56.596Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:56.596Z||pool-103-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:13:57.411Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:57.412Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||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-14T07:13:57.412Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:13:57.412Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:13:57.415Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:13:57.415Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782837411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:13:57.516Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:13:57.517Z||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-14T07:13:57.517Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:13:57.540Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:13:57.540Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:13:58.416Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a76536be-56ba-4828-bc24-107573e541fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:13:58.437Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a76536be-56ba-4828-bc24-107573e541fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:13:58.459Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:13:58.459Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T07:13:58.460Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T07:13:58.460Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T07:13:58.460Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:13:58.460Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:13:58.461Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:13:58.461Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:13:58.461Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:13:58.462Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:13:58.462Z|a76536be-56ba-4828-bc24-107573e541fd|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-14T07:13:58.480Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T07:14:28.482Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a76536be-56ba-4828-bc24-107573e541fd 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-14T07:14:28.491Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a76536be-56ba-4828-bc24-107573e541fd and serviceModelVersionId: 5be48445-4240-4f8c-8659-9d3ec953318d
2022-07-14T07:14:28.491Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42e31323-a4c6-4f39-b548-f56822dbaa2c
2022-07-14T07:14:28.494Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42e31323-a4c6-4f39-b548-f56822dbaa2c/model-vers/model-ver/5be48445-4240-4f8c-8659-9d3ec953318d?depth=0
2022-07-14T07:14:28.512Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T07:14:28.626Z|a76536be-56ba-4828-bc24-107573e541fd|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/42e31323-a4c6-4f39-b548-f56822dbaa2c/model-vers/model-ver/5be48445-4240-4f8c-8659-9d3ec953318d?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-14T07:14:28.628Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e31323-a4c6-4f39-b548-f56822dbaa2c/model-vers/model-ver/5be48445-4240-4f8c-8659-9d3ec953318d?depth=0|INFO|500||Invoke
2022-07-14T07:14:28.672Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e31323-a4c6-4f39-b548-f56822dbaa2c/model-vers/model-ver/5be48445-4240-4f8c-8659-9d3ec953318d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T07:14:29.357Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e31323-a4c6-4f39-b548-f56822dbaa2c/model-vers/model-ver/5be48445-4240-4f8c-8659-9d3ec953318d?depth=0|INFO|500||InvokeReturn
2022-07-14T07:14:29.358Z|a76536be-56ba-4828-bc24-107573e541fd|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/42e31323-a4c6-4f39-b548-f56822dbaa2c/model-vers/model-ver/5be48445-4240-4f8c-8659-9d3ec953318d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220714-07:14:28:387-46567], vertex-id=[278720], Content-Length=[0], Date=[Thu, 14 Jul 2022 07:14:28 GMT], Content-Type=[application/json]}
2022-07-14T07:14:29.360Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T07:14:29.360Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T07:14:29.360Z|a76536be-56ba-4828-bc24-107573e541fd|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-14T07:14:29.370Z|a76536be-56ba-4828-bc24-107573e541fd|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-14T07:14:29.371Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a76536be-56ba-4828-bc24-107573e541fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T07:14:29.371Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T07:14:29.371Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:29.375Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:29.375Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782869371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:14:29.478Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-14T07:14:29.482Z||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-14T07:14:29.482Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:29.517Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:29.517Z||pool-105-thread-1|||||INFO|500||cambria reply ok (38 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-14T07:14:37.171Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:14:37.175Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:14:37.176Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T07:14:37.176Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:37.187Z|a76536be-56ba-4828-bc24-107573e541fd|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-14T07:14:37.187Z|a76536be-56ba-4828-bc24-107573e541fd|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:14:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:14:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:14:37.847Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:37.848Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-14T07:14:37.848Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9477912e-6186-4901-bf63-5d5b11041d61","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"80389994-7b49-43df-8ce7-caf45ba34d68","serviceDescription":"service","serviceInvariantUUID":"3c40885a-0148-42dd-8110-cc80faefeb81","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79671af0-1fe4-4c38-a7f0-6178c3282f89","resourceInvariantUUID":"e3a71bef-69b1-42be-b115-49cbbe68074f","resourceCustomizationUUID":"c43e870b-3b3f-4a51-a0fb-cc655388df26","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":"MmFhZDVkZWM4YjE0ZDU2MjgxNjllNDY5ZjQ5NDQ1ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2846c51d-1b81-4e3e-a99c-e385442cee3b","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":"OTQ5ZjlkY2I3YmRhMmNlODI5YTQ3NjcxYmJjODZiZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eff413dd-be35-42c2-a889-b2e4c83b906d","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":"806359b9-f18f-4a32-b181-4337aca22dd4","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":"1611d276-a34d-4cf8-a82d-3d1eeb326768","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":"e62ba164-2d39-4826-b2f6-a02efe9891dc","artifactVersion":"2","generatedFromUUID":"cb61fb2e-1d33-463c-94b3-1610ec57eae1"},{"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":"156a3ffe-7760-4b5b-a198-0fd1ef3e1499","artifactVersion":"2","generatedFromUUID":"806359b9-f18f-4a32-b181-4337aca22dd4"},{"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":"cb61fb2e-1d33-463c-94b3-1610ec57eae1","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":"c0cbc510-7277-4d0a-ad30-e49d2736d913","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":"OTg2MzYyYzY4MTQ1ODQ4ZjBiOWU2ODgwZjQ1ZDZiMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ec4759e-1711-445f-bd8e-764557510511","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjJjZWRlYjAwZjY5NTc5Njk2YmYzY2IyZGNjM2ZlNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0d4461e-7690-4aa6-930f-a401d1346240","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T07:14:37.857Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:37.857Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:37.862Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:37.863Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:14:37.966Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-14T07:14:37.975Z||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-14T07:14:37.975Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:38.000Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:38.001Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:38.865Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:38.866Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:38.880Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:38.885Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:14:38.978Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-14T07:14:38.988Z||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-14T07:14:38.989Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:39.017Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:39.019Z||pool-107-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:39.886Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:39.891Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:39.894Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:39.894Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:14:39.994Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:14:39.995Z||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-14T07:14:39.995Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:40.036Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:40.037Z||pool-108-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:40.895Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:40.896Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:40.899Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:40.899Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:14:41.000Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T07:14:41.001Z||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-14T07:14:41.002Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:41.019Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:41.021Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:41.900Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:41.900Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:41.907Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:41.908Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-14T07:14:42.007Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:14:42.008Z||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-14T07:14:42.009Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:42.026Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:42.027Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:42.909Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:42.910Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:42.914Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:42.915Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-14T07:14:43.015Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:43.016Z||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-14T07:14:43.016Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:43.054Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:43.055Z||pool-111-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:43.917Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:43.918Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:43.922Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:43.922Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-14T07:14:44.021Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T07:14:44.023Z||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-14T07:14:44.023Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:44.040Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:44.041Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:14:44.923Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:44.924Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:44.929Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:44.929Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:14:45.028Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T07:14:45.029Z||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-14T07:14:45.029Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:45.044Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:45.045Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:14:45.931Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:45.932Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:45.936Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:45.937Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:14:46.039Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-14T07:14:46.040Z||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-14T07:14:46.040Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:46.123Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:46.123Z||pool-114-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:14:46.937Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:14:46.938Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:46.946Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:46.947Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:14:47.047Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:47.049Z||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-14T07:14:47.049Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:47.086Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:47.087Z||pool-115-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:47.955Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "80389994-7b49-43df-8ce7-caf45ba34d68",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3c40885a-0148-42dd-8110-cc80faefeb81",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c43e870b-3b3f-4a51-a0fb-cc655388df26",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79671af0-1fe4-4c38-a7f0-6178c3282f89",
      "resourceInvariantUUID": "e3a71bef-69b1-42be-b115-49cbbe68074f",
      "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": "OTQ5ZjlkY2I3YmRhMmNlODI5YTQ3NjcxYmJjODZiZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eff413dd-be35-42c2-a889-b2e4c83b906d",
          "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": "806359b9-f18f-4a32-b181-4337aca22dd4",
          "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": "156a3ffe-7760-4b5b-a198-0fd1ef3e1499",
            "generatedFromUUID": "806359b9-f18f-4a32-b181-4337aca22dd4"
          },
          "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": "e62ba164-2d39-4826-b2f6-a02efe9891dc",
          "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": "156a3ffe-7760-4b5b-a198-0fd1ef3e1499",
          "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": "cb61fb2e-1d33-463c-94b3-1610ec57eae1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZjJjZWRlYjAwZjY5NTc5Njk2YmYzY2IyZGNjM2ZlNDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0d4461e-7690-4aa6-930f-a401d1346240"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T07:14:47.956Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T07:14:47.956Z|a76536be-56ba-4828-bc24-107573e541fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 80389994-7b49-43df-8ce7-caf45ba34d68 ASDC
2022-07-14T07:14:47.958Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9477912e-6186-4901-bf63-5d5b11041d61
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:80389994-7b49-43df-8ce7-caf45ba34d68
ServiceInvariantUUID:3c40885a-0148-42dd-8110-cc80faefeb81
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:e0d4461e-7690-4aa6-930f-a401d1346240
ArtifactChecksum:ZjJjZWRlYjAwZjY5NTc5Njk2YmYzY2IyZGNjM2ZlNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c43e870b-3b3f-4a51-a0fb-cc655388df26
ResourceInvariantUUID:e3a71bef-69b1-42be-b115-49cbbe68074f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:79671af0-1fe4-4c38-a7f0-6178c3282f89
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:eff413dd-be35-42c2-a889-b2e4c83b906d
ArtifactChecksum:OTQ5ZjlkY2I3YmRhMmNlODI5YTQ3NjcxYmJjODZiZWY=
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:806359b9-f18f-4a32-b181-4337aca22dd4
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:156a3ffe-7760-4b5b-a198-0fd1ef3e1499
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:e62ba164-2d39-4826-b2f6-a02efe9891dc
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:156a3ffe-7760-4b5b-a198-0fd1ef3e1499
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:cb61fb2e-1d33-463c-94b3-1610ec57eae1
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-14T07:14:47.958Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80389994-7b49-43df-8ce7-caf45ba34d68 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-14T07:14:48.058Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:14:48.059Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:14:48.059Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:14:48.060Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e0d4461e-7690-4aa6-930f-a401d1346240 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-14T07:14:48.060Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:14:48.061Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-14T07:14:48.448Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:14:48.472Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e0d4461e-7690-4aa6-930f-a401d1346240 162255
2022-07-14T07:14:48.473Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:48.473Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:48.473Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:14:48.474Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:48.477Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:48.477Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782888473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:14:48.577Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:48.578Z||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-14T07:14:48.579Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:48.623Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:48.624Z||pool-116-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:49.478Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:14:49.480Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:14:49.480Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e0d4461e-7690-4aa6-930f-a401d1346240, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-14T07:14:49.481Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-14T07:14:49.482Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-14T07:14:49.483Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-14T07:14:49.797Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9743277884216047197/Definitions/service-BasicCnfMacro-template.yml
2022-07-14T07:14:52.024Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T07:14:52.025Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-14T07:14:52.025Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-14T07:14:52.025Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-14T07:14:52.025Z|9477912e-6186-4901-bf63-5d5b11041d61|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-BasicCnfMacro-csar.csar
2022-07-14T07:14:52.025Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:52.025Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:52.026Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:52.026Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-14T07:14:52.026Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.027Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.027Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:52.027Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-14T07:14:52.028Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:14:52.028Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.030Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.034Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:52.034Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-14T07:14:52.035Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:14:52.035Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.035Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.036Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.036Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-14T07:14:52.036Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-14T07:14:52.036Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-14T07:14:52.037Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-14T07:14:52.037Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.037Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T07:14:52.037Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.038Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:52.038Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:14:52.039Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.039Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:52.039Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:14:52.039Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.040Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:52.040Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:14:52.040Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.040Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:52.041Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:14:52.041Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.041Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-14T07:14:52.041Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-14T07:14:52.041Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=44b2a9f1-1f95-428c-86d5-1f6777f79850
2022-07-14T07:14:52.042Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.042Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.043Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.043Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.043Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.044Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.044Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:52.044Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:52.045Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:80389994-7b49-43df-8ce7-caf45ba34d68
Model Version:NULL
Model InvariantUuid:3c40885a-0148-42dd-8110-cc80faefeb81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:6398ea68-e67d-47e2-ae60-cf395b190540
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3a71bef-69b1-42be-b115-49cbbe68074f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c43e870b-3b3f-4a51-a0fb-cc655388df26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c814da2d-ae0d-4869-868d-9178855def75
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e0d5ae56-f597-4449-ae88-f24d622dc1f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:af4f9e2e-4e29-4a42-abd3-66723a0ed6df
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:7303e4ca-afac-486c-8c2f-de2ff84b452b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:44b2a9f1-1f95-428c-86d5-1f6777f79850
ModelInvariantUuid:089e85f5-550e-47bb-a37e-4e2d728db20b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:34d01ba9-35cd-4cd6-a8bc-5990e12c256d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f9f816fe-dd22-48ae-8822-79d511ab074f
ModelInvariantUuid:1413d5e0-38b5-4530-be92-3012d2532566
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f18e3188-f24c-461b-ab03-60eb8c98615f
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-14T07:14:52.099Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 79671af0-1fe4-4c38-a7f0-6178c3282f89
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-14T07:14:52.116Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-07-14T07:14:52.117Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79671af0-1fe4-4c38-a7f0-6178c3282f89
2022-07-14T07:14:52.122Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eff413dd-be35-42c2-a889-b2e4c83b906d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-14T07:14:52.123Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:14:52.123Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:52.201Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:14:52.203Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json eff413dd-be35-42c2-a889-b2e4c83b906d 1565
2022-07-14T07:14:52.204Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:52.204Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:52.205Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:14:52.205Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:52.209Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:52.209Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782892204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:14:52.308Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T07:14:52.310Z||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-14T07:14:52.310Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:52.337Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:52.337Z||pool-117-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:53.210Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "af4f9e2e-4e29-4a42-abd3-66723a0ed6df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7303e4ca-afac-486c-8c2f-de2ff84b452b",
    "vfModuleModelCustomizationUUID": "60d01738-c9bf-490e-8092-14b9bd17f67e",
    "isBase": true,
    "artifacts": [
      "806359b9-f18f-4a32-b181-4337aca22dd4",
      "156a3ffe-7760-4b5b-a198-0fd1ef3e1499"
    ],
    "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": "c814da2d-ae0d-4869-868d-9178855def75",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0d5ae56-f597-4449-ae88-f24d622dc1f8",
    "vfModuleModelCustomizationUUID": "15a3af19-55d3-4feb-99c8-794da0c84330",
    "isBase": false,
    "artifacts": [
      "cb61fb2e-1d33-463c-94b3-1610ec57eae1"
    ],
    "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-14T07:14:53.218Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7303e4ca-afac-486c-8c2f-de2ff84b452b
VfModuleModelInvariantUUID:af4f9e2e-4e29-4a42-abd3-66723a0ed6df
VfModuleModelDescription:NULL
Artifacts UUID List:{
806359b9-f18f-4a32-b181-4337aca22dd4
,
156a3ffe-7760-4b5b-a198-0fd1ef3e1499

}
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:e0d5ae56-f597-4449-ae88-f24d622dc1f8
VfModuleModelInvariantUUID:c814da2d-ae0d-4869-868d-9178855def75
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb61fb2e-1d33-463c-94b3-1610ec57eae1

}
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-14T07:14:53.223Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "af4f9e2e-4e29-4a42-abd3-66723a0ed6df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7303e4ca-afac-486c-8c2f-de2ff84b452b",
    "vfModuleModelCustomizationUUID": "60d01738-c9bf-490e-8092-14b9bd17f67e",
    "isBase": true,
    "artifacts": [
      "806359b9-f18f-4a32-b181-4337aca22dd4",
      "156a3ffe-7760-4b5b-a198-0fd1ef3e1499"
    ],
    "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": "c814da2d-ae0d-4869-868d-9178855def75",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0d5ae56-f597-4449-ae88-f24d622dc1f8",
    "vfModuleModelCustomizationUUID": "15a3af19-55d3-4feb-99c8-794da0c84330",
    "isBase": false,
    "artifacts": [
      "cb61fb2e-1d33-463c-94b3-1610ec57eae1"
    ],
    "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-14T07:14:53.224Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7303e4ca-afac-486c-8c2f-de2ff84b452b
VfModuleModelInvariantUUID:af4f9e2e-4e29-4a42-abd3-66723a0ed6df
VfModuleModelDescription:NULL
Artifacts UUID List:{
806359b9-f18f-4a32-b181-4337aca22dd4
,
156a3ffe-7760-4b5b-a198-0fd1ef3e1499

}
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:e0d5ae56-f597-4449-ae88-f24d622dc1f8
VfModuleModelInvariantUUID:c814da2d-ae0d-4869-868d-9178855def75
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb61fb2e-1d33-463c-94b3-1610ec57eae1

}
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-14T07:14:53.224Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 806359b9-f18f-4a32-b181-4337aca22dd4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-14T07:14:53.225Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:14:53.225Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:53.359Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:14:53.360Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 806359b9-f18f-4a32-b181-4337aca22dd4 914
2022-07-14T07:14:53.361Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:53.361Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:53.361Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:14:53.362Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:53.365Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:53.365Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782893361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:14:53.466Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:53.468Z||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-14T07:14:53.468Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:53.492Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:53.492Z||pool-118-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:54.366Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e62ba164-2d39-4826-b2f6-a02efe9891dc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-14T07:14:54.367Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:14:54.372Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:54.483Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:14:54.484Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e62ba164-2d39-4826-b2f6-a02efe9891dc 12
2022-07-14T07:14:54.485Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:54.485Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:54.486Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:14:54.486Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:54.488Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:54.489Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782894485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:14:54.589Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:54.590Z||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-14T07:14:54.591Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:54.611Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:54.611Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:55.490Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 156a3ffe-7760-4b5b-a198-0fd1ef3e1499 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-14T07:14:55.495Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:14:55.496Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:55.679Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:14:55.683Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 156a3ffe-7760-4b5b-a198-0fd1ef3e1499 96
2022-07-14T07:14:55.684Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:55.684Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:55.684Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:14:55.685Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:55.688Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:55.688Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782895684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:14:55.788Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:55.789Z||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-14T07:14:55.789Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:55.809Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:55.810Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:56.689Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb61fb2e-1d33-463c-94b3-1610ec57eae1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-14T07:14:56.690Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:14:56.691Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:56.884Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:14:56.888Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cb61fb2e-1d33-463c-94b3-1610ec57eae1 20206
2022-07-14T07:14:56.888Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:56.888Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:56.889Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:14:56.889Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:56.916Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:56.917Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782896888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:14:57.016Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:14:57.017Z||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-14T07:14:57.017Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:57.052Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:57.053Z||pool-121-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:14:57.924Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 80389994-7b49-43df-8ce7-caf45ba34d68
2022-07-14T07:14:57.924Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 79671af0-1fe4-4c38-a7f0-6178c3282f89 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-14T07:14:57.954Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4584b48f, org.onap.sdc.toscaparser.api.parameters.Input@39b017a5, org.onap.sdc.toscaparser.api.parameters.Input@525d415e, org.onap.sdc.toscaparser.api.parameters.Input@7b25439d, org.onap.sdc.toscaparser.api.parameters.Input@1be5a0ba]
2022-07-14T07:14:57.957Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.957Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.958Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-14T07:14:57.958Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c43e870b-3b3f-4a51-a0fb-cc655388df26
2022-07-14T07:14:57.958Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c43e870b-3b3f-4a51-a0fb-cc655388df26 matches Tosca VF Customization UUID: c43e870b-3b3f-4a51-a0fb-cc655388df26
2022-07-14T07:14:57.959Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c43e870b-3b3f-4a51-a0fb-cc655388df26  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-14T07:14:57.963Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.964Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.965Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c43e870b-3b3f-4a51-a0fb-cc655388df26: {\"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-14T07:14:57.966Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b56f288
2022-07-14T07:14:57.966Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.966Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-14T07:14:57.967Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15a3af19-55d3-4feb-99c8-794da0c84330
2022-07-14T07:14:57.967Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15a3af19-55d3-4feb-99c8-794da0c84330
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-14T07:14:57.972Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.973Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:57.974Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:14:57.974Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.975Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:57.975Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-14T07:14:57.975Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.976Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-14T07:14:57.976Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c43e870b-3b3f-4a51-a0fb-cc655388df26
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-14T07:14:57.980Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.980Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.982Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 80389994-7b49-43df-8ce7-caf45ba34d68: basic_cnf_macro
2022-07-14T07:14:57.982Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.982Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.983Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.983Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.983Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.984Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.984Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.984Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.985Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:14:57.985Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:14:57.985Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:58.118Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 79671af0-1fe4-4c38-a7f0-6178c3282f89 2 ASDC deployResourceStructure
2022-07-14T07:14:58.119Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:58.119Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:58.119Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:14:58.119Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:58.122Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:58.122Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782898119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:14:58.223Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:58.229Z||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-14T07:14:58.229Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:58.246Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:58.247Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:14:59.124Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:59.124Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:14:59.124Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:14:59.124Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:14:59.127Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:14:59.127Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782899124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:14:59.227Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:14:59.228Z||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-14T07:14:59.228Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:14:59.265Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:14:59.266Z||pool-123-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:15:00.128Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:00.129Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:00.129Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-14T07:15:00.130Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:15:00.133Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:15:00.134Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782900128,
  "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-14T07:15:00.235Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T07:15:00.236Z||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-14T07:15:00.236Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:15:00.265Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:15:00.266Z||pool-124-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:15:01.135Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:01.135Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:01.136Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:15:01.136Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:15:01.140Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:15:01.140Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782901135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:01.240Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:15:01.241Z||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-14T07:15:01.242Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:15:01.263Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:15:01.263Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:15:02.142Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:02.143Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:02.143Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-14T07:15:02.143Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:15:02.145Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:15:02.145Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782902142,
  "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-14T07:15:02.246Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:15:02.247Z||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-14T07:15:02.247Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:15:02.289Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:15:02.290Z||pool-126-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:15:03.147Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:03.148Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||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-14T07:15:03.148Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:15:03.149Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:15:03.151Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:15:03.151Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782903147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:03.253Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-14T07:15:03.254Z||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-14T07:15:03.254Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:15:03.280Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:15:03.280Z||pool-127-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:15:04.153Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:15:04.171Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:15:04.175Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:15:04.175Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T07:15:04.176Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T07:15:34.181Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:15:34.203Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:15:34.207Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:15:34.207Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-14T07:15:34.208Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-14T07:15:37.174Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:15:37.175Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T07:15:37.176Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:15:37.284Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:15:37.287Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.287Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.288Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.288Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.289Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.290Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782817171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.291Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.291Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.291Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782826325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.292Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.292Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.292Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782830504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.294Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.295Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782831619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.296Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.297Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.297Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782832888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.297Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.297Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.298Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782834380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.298Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.298Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.298Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782835391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.299Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.299Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.299Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782836407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.299Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.300Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.300Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782837411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.300Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.300Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.300Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.301Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.301Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.301Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.301Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.302Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.303Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.303Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.304Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.304Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.305Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.305Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.305Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.305Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.306Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.306Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.306Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.307Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.307Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.307Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.308Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.308Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.309Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.309Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.309Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.310Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.310Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.311Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.311Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.311Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.319Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.325Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.325Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.325Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.325Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.325Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.325Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.326Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.326Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.326Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.326Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782830252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782828565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782828870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782838805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782849515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782850523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782849994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.338Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "policy-id",
  "timestamp": 1657782851528,
  "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-14T07:15:37.354Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9477912e-6186-4901-bf63-5d5b11041d61
2022-07-14T07:15:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:15:37.368Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.369Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.369Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.369Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.369Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.370Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.370Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.370Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "cds",
  "timestamp": 1657782851316,
  "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-14T07:15:37.377Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9477912e-6186-4901-bf63-5d5b11041d61
2022-07-14T07:15:37.378Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:15:37.395Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.396Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.396Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.396Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.396Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.397Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.397Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.398Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782843266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.398Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.398Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.398Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.399Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.399Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.400Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.400Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.400Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.401Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.401Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.402Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.402Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782854162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.402Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.403Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.403Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.403Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.404Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.404Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.404Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.405Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.405Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782855300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.407Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.407Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.407Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.408Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.408Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.408Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.408Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.409Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.409Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782856494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.409Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.409Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.410Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.410Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.410Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.410Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.411Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.411Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.411Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.412Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.412Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.412Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782857681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.413Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.413Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.413Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782848425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.414Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.414Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.414Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782858955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.415Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.415Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.415Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.415Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.415Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.416Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782858776,
  "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-14T07:15:37.423Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9477912e-6186-4901-bf63-5d5b11041d61
2022-07-14T07:15:37.423Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:15:37.434Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.434Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782859221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.435Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.435Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.435Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.435Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.436Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.436Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782859780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.436Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.437Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.437Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.437Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.437Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.438Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:15:37.439Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.439Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.439Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782852936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:15:37.439Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:15:37.440Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.440Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782863950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.440Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.440Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.440Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782863762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:15:37.440Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.441Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.441Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "clamp",
  "timestamp": 1657782864956,
  "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-14T07:15:37.450Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9477912e-6186-4901-bf63-5d5b11041d61
2022-07-14T07:15:37.451Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:15:37.468Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.469Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782866341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.470Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.470Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.471Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782867347,
  "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-14T07:15:37.503Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9477912e-6186-4901-bf63-5d5b11041d61
2022-07-14T07:15:37.503Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:15:37.522Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.523Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a76536be-56ba-4828-bc24-107573e541fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782869371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:15:37.523Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.524Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.524Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782870619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:15:37.524Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:15:37.524Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:15:37.524Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "aai-ml",
  "timestamp": 1657782871624,
  "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-14T07:15:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9477912e-6186-4901-bf63-5d5b11041d61
2022-07-14T07:15:37.532Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:16:04.208Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:16:04.226Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:16:04.238Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:16:04.239Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T07:16:04.241Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T07:16:04.242Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T07:16:04.242Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:04.244Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:04.244Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:04.244Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:04.244Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:04.244Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:04.244Z|9477912e-6186-4901-bf63-5d5b11041d61|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-14T07:16:04.256Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T07:16:34.257Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9477912e-6186-4901-bf63-5d5b11041d61 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-14T07:16:34.277Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9477912e-6186-4901-bf63-5d5b11041d61 and serviceModelVersionId: 80389994-7b49-43df-8ce7-caf45ba34d68
2022-07-14T07:16:34.277Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c40885a-0148-42dd-8110-cc80faefeb81
2022-07-14T07:16:34.279Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c40885a-0148-42dd-8110-cc80faefeb81/model-vers/model-ver/80389994-7b49-43df-8ce7-caf45ba34d68?depth=0
2022-07-14T07:16:34.298Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T07:16:34.375Z|9477912e-6186-4901-bf63-5d5b11041d61|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/3c40885a-0148-42dd-8110-cc80faefeb81/model-vers/model-ver/80389994-7b49-43df-8ce7-caf45ba34d68?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-14T07:16:34.378Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c40885a-0148-42dd-8110-cc80faefeb81/model-vers/model-ver/80389994-7b49-43df-8ce7-caf45ba34d68?depth=0|INFO|500||Invoke
2022-07-14T07:16:34.408Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c40885a-0148-42dd-8110-cc80faefeb81/model-vers/model-ver/80389994-7b49-43df-8ce7-caf45ba34d68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T07:16:34.884Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c40885a-0148-42dd-8110-cc80faefeb81/model-vers/model-ver/80389994-7b49-43df-8ce7-caf45ba34d68?depth=0|INFO|500||InvokeReturn
2022-07-14T07:16:34.884Z|9477912e-6186-4901-bf63-5d5b11041d61|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/3c40885a-0148-42dd-8110-cc80faefeb81/model-vers/model-ver/80389994-7b49-43df-8ce7-caf45ba34d68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-07:16:34:118-5183], vertex-id=[258112], Content-Length=[0], Date=[Thu, 14 Jul 2022 07:16:34 GMT], Content-Type=[application/json]}
2022-07-14T07:16:34.887Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T07:16:34.887Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T07:16:34.887Z|9477912e-6186-4901-bf63-5d5b11041d61|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-14T07:16:34.906Z|9477912e-6186-4901-bf63-5d5b11041d61|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-14T07:16:34.907Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9477912e-6186-4901-bf63-5d5b11041d61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T07:16:34.907Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T07:16:34.907Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:34.912Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:34.912Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782994907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:16:35.012Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:16:35.014Z||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-14T07:16:35.014Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:35.042Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:35.043Z||pool-128-thread-1|||||INFO|500||cambria reply ok (30 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-14T07:16:35.935Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:16:35.935Z|9477912e-6186-4901-bf63-5d5b11041d61|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-14T07:16:35.935Z|9477912e-6186-4901-bf63-5d5b11041d61|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:36.730Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:36.731Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-14T07:16:36.731Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba575eb0-fdb8-4e91-a9c0-d11e6d63493d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"45ee0a8f-e953-40bd-8008-770a81a802f7","serviceDescription":"service","serviceInvariantUUID":"fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5d340e48-d264-4b3e-889c-c1eaf880548f","resourceInvariantUUID":"b369f407-f2e7-4b48-913e-a30584c02582","resourceCustomizationUUID":"488df684-26a7-4806-a007-483d09acd270","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":"MDc1NjM1ODViNGU3M2I0OTg2MzU4ZWM1Y2M1MWZjMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"807996dd-1baa-4b38-b186-77087f2aaa83","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":"38692b66-47fd-4bdb-889e-5466d5afaa90","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":"837d94f1-5581-43cd-a7e0-261bf2ae3920","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":"OTYyZWM1MDU2ZWQ1ZmNjM2VlNTJlZWU1MzM3YWMxMjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4f3f48bf-7a32-4f04-b856-e9f39712e430","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":"d6352289-7e5c-4892-aaa3-f1009416978e","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":"7ab3d6e8-dc7d-4620-a505-0f30a6fb196a","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":"2c990558-68b0-458e-b99b-b5889116c09f","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":"MzM5ZjBjZWIzYmJmNWNkZTUyNTFmMTM1MGRjNzU4NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57c7bb4f-acea-4e10-99af-0eeff6001c5e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTcxMmE2NjQ2MjVjY2YyYTM5YzgwY2VjZTViZDE3NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a39a8d75-4c3f-480f-92ed-c1286117269a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-14T07:16:36.734Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:36.734Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:36.737Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:36.738Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:36.837Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:16:36.839Z||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-14T07:16:36.839Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:36.867Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:36.868Z||pool-129-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:16:37.173Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:16:37.174Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T07:16:37.175Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:37.304Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:37.310Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.310Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.312Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.313Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.314Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.315Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.316Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.317Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782877171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.318Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782888473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782892204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.320Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782893361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.321Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.322Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.323Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.324Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782894485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.327Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.328Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.329Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782895684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.330Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.331Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782896888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.332Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.333Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.334Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782898119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.335Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.336Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.337Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.338Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782899124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.338Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.338Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.338Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.338Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.339Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.339Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.339Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.339Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.339Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.339Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782900128,
  "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-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.340Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.341Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.341Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.341Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.341Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.341Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.341Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.342Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.342Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.342Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.342Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.343Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.343Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.343Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782901135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.344Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.345Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.348Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.348Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.349Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.349Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.349Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.349Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.349Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782902142,
  "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-14T07:16:37.350Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.350Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.350Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782883805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.350Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.350Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.350Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782888565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.351Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.351Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.351Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782888867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.351Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.351Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.352Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782890250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.352Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.352Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.352Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782903147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.352Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.352Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782902759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782903589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.353Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.354Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782902062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.354Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.354Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.354Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782904595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.355Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "cds",
  "timestamp": 1657782904013,
  "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-14T07:16:37.417Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
2022-07-14T07:16:37.417Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:16:37.436Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.437Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782903235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.438Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.438Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.439Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "policy-id",
  "timestamp": 1657782905600,
  "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-14T07:16:37.466Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
2022-07-14T07:16:37.466Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:16:37.495Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.495Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.496Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.496Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.496Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657782904243,
  "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-14T07:16:37.511Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
2022-07-14T07:16:37.511Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:16:37.526Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.526Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.527Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.527Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.527Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.528Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.529Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.529Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.529Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.529Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782909961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.529Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.530Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782911984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.531Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657782903266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.532Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.532Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.532Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.534Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.534Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.536Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "clamp",
  "timestamp": 1657782912995,
  "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-14T07:16:37.557Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
2022-07-14T07:16:37.557Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:16:37.572Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.573Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.573Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.573Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.573Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.573Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.574Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.575Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782908425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.576Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782918185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.577Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782912936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.578Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782922735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:37.579Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.579Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.579Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782923577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.579Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.580Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.580Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "aai-ml",
  "timestamp": 1657782924580,
  "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-14T07:16:37.603Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
2022-07-14T07:16:37.603Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:16:37.624Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782924692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:37.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:16:37.625Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-14T07:16:37.626Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657782925698,
  "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-14T07:16:37.640Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
2022-07-14T07:16:37.642Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:16:37.738Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:37.739Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:37.743Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:37.743Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:37.842Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:16:37.845Z||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-14T07:16:37.845Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:37.859Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:37.861Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:16:38.744Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:38.744Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:38.748Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:38.753Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:38.851Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-14T07:16:38.852Z||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-14T07:16:38.852Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:38.879Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:38.880Z||pool-131-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:39.755Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:39.755Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:39.761Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:39.762Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:39.861Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:16:39.863Z||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-14T07:16:39.863Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:39.901Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:39.902Z||pool-132-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-14T07:16:40.763Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:40.764Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:40.773Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:40.774Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:40.869Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-14T07:16:40.871Z||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-14T07:16:40.871Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:40.903Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:40.906Z||pool-133-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:41.775Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:41.775Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:41.778Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:41.778Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:41.878Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:16:41.879Z||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-14T07:16:41.879Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:41.896Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:41.897Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:42.780Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:42.783Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:42.785Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:42.786Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:42.886Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:16:42.887Z||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-14T07:16:42.888Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:42.906Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:42.907Z||pool-135-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:43.786Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:43.788Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:43.794Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:43.795Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:16:43.893Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-14T07:16:43.894Z||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-14T07:16:43.894Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:43.912Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:43.913Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:44.796Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-14T07:16:44.796Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:44.834Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:44.835Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:16:44.901Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 66 ms
2022-07-14T07:16:44.902Z||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-14T07:16:44.904Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:44.955Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:44.956Z||pool-137-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:45.835Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "45ee0a8f-e953-40bd-8008-770a81a802f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "488df684-26a7-4806-a007-483d09acd270",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5d340e48-d264-4b3e-889c-c1eaf880548f",
      "resourceInvariantUUID": "b369f407-f2e7-4b48-913e-a30584c02582",
      "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": "MTcxMmE2NjQ2MjVjY2YyYTM5YzgwY2VjZTViZDE3NWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a39a8d75-4c3f-480f-92ed-c1286117269a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-14T07:16:45.837Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-14T07:16:45.837Z|9477912e-6186-4901-bf63-5d5b11041d61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 45ee0a8f-e953-40bd-8008-770a81a802f7 ASDC
2022-07-14T07:16:45.838Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:45ee0a8f-e953-40bd-8008-770a81a802f7
ServiceInvariantUUID:fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9
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:a39a8d75-4c3f-480f-92ed-c1286117269a
ArtifactChecksum:MTcxMmE2NjQ2MjVjY2YyYTM5YzgwY2VjZTViZDE3NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:488df684-26a7-4806-a007-483d09acd270
ResourceInvariantUUID:b369f407-f2e7-4b48-913e-a30584c02582
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5d340e48-d264-4b3e-889c-c1eaf880548f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-14T07:16:45.838Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45ee0a8f-e953-40bd-8008-770a81a802f7 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-14T07:16:45.873Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:16:45.873Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:16:45.873Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:16:45.874Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a39a8d75-4c3f-480f-92ed-c1286117269a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-14T07:16:45.874Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-14T07:16:45.874Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-14T07:16:45.974Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-14T07:16:45.980Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a39a8d75-4c3f-480f-92ed-c1286117269a 109700
2022-07-14T07:16:45.981Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||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-14T07:16:45.981Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||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-14T07:16:45.981Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-14T07:16:45.981Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:45.984Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:45.984Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657783005981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:16:46.084Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-14T07:16:46.086Z||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-14T07:16:46.086Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:46.111Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:46.112Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:46.986Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-14T07:16:46.987Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-14T07:16:46.988Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a39a8d75-4c3f-480f-92ed-c1286117269a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-14T07:16:46.988Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-14T07:16:46.989Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-14T07:16:46.989Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-14T07:16:47.166Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11405382083163534898/Definitions/service-TestPnfMacro-template.yml
2022-07-14T07:16:48.875Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-14T07:16:48.875Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-14T07:16:48.876Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-14T07:16:48.877Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-14T07:16:48.877Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-TestPnfMacro-csar.csar
2022-07-14T07:16:48.877Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-TestPnfMacro-csar.csar
2022-07-14T07:16:48.878Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||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-14T07:16:48.878Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-TestPnfMacro-csar.csar
2022-07-14T07:16:48.879Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-TestPnfMacro-csar.csar
2022-07-14T07:16:48.879Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-TestPnfMacro-csar.csar
2022-07-14T07:16:48.880Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-TestPnfMacro-csar.csar
2022-07-14T07:16:48.880Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-14T07:16:48.880Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.880Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.881Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-14T07:16:48.881Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-14T07:16:48.881Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:16:48.881Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.882Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.882Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-14T07:16:48.882Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-14T07:16:48.882Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-14T07:16:48.883Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.883Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.883Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.883Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.884Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.884Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.884Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.884Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.885Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.885Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.885Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:45ee0a8f-e953-40bd-8008-770a81a802f7
Model Version:NULL
Model InvariantUuid:fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9
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-14T07:16:48.920Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5d340e48-d264-4b3e-889c-c1eaf880548f
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-14T07:16:48.950Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-07-14T07:16:48.951Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5d340e48-d264-4b3e-889c-c1eaf880548f
2022-07-14T07:16:48.952Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 45ee0a8f-e953-40bd-8008-770a81a802f7
2022-07-14T07:16:48.952Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 45ee0a8f-e953-40bd-8008-770a81a802f7
2022-07-14T07:16:48.952Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5d340e48-d264-4b3e-889c-c1eaf880548f 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-14T07:16:48.972Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56a7737, org.onap.sdc.toscaparser.api.parameters.Input@55b70116, org.onap.sdc.toscaparser.api.parameters.Input@4b532fc5, org.onap.sdc.toscaparser.api.parameters.Input@1836e94d, org.onap.sdc.toscaparser.api.parameters.Input@4eb3f6b3]
2022-07-14T07:16:48.972Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.974Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.976Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 45ee0a8f-e953-40bd-8008-770a81a802f7: test-pnf
2022-07-14T07:16:48.979Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5d340e48-d264-4b3e-889c-c1eaf880548f
2022-07-14T07:16:48.980Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-14T07:16:48.980Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-14T07:16:48.980Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||Resource customization UUID: 488df684-26a7-4806-a007-483d09acd270 is the same as notified resource customizationUUID: 488df684-26a7-4806-a007-483d09acd270
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-14T07:16:49.079Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5d340e48-d264-4b3e-889c-c1eaf880548f 0 ASDC deployResourceStructure
2022-07-14T07:16:49.080Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||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-14T07:16:49.080Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||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-14T07:16:49.080Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-14T07:16:49.080Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:16:49.085Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:16:49.086Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657783009079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:16:49.186Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:16:49.187Z||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-14T07:16:49.187Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:16:49.228Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:16:49.228Z||pool-139-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-14T07:16:50.087Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:16:50.115Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba575eb0-fdb8-4e91-a9c0-d11e6d63493d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:16:50.128Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-14T07:16:50.128Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-14T07:16:50.128Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-14T07:16:50.128Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-14T07:16:50.128Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.128Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.129Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.129Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.129Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.129Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.129Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-14T07:16:50.129Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-14T07:16:50.140Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-14T07:17:20.140Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba575eb0-fdb8-4e91-a9c0-d11e6d63493d 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-14T07:17:20.149Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba575eb0-fdb8-4e91-a9c0-d11e6d63493d and serviceModelVersionId: 45ee0a8f-e953-40bd-8008-770a81a802f7
2022-07-14T07:17:20.149Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9
2022-07-14T07:17:20.150Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9/model-vers/model-ver/45ee0a8f-e953-40bd-8008-770a81a802f7?depth=0
2022-07-14T07:17:20.155Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-14T07:17:20.213Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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/fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9/model-vers/model-ver/45ee0a8f-e953-40bd-8008-770a81a802f7?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-14T07:17:20.216Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9/model-vers/model-ver/45ee0a8f-e953-40bd-8008-770a81a802f7?depth=0|INFO|500||Invoke
2022-07-14T07:17:20.244Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9/model-vers/model-ver/45ee0a8f-e953-40bd-8008-770a81a802f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-14T07:17:20.411Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9/model-vers/model-ver/45ee0a8f-e953-40bd-8008-770a81a802f7?depth=0|INFO|500||InvokeReturn
2022-07-14T07:17:20.412Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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/fdd24eba-abe7-4a3a-97b4-d4cb3a2be5f9/model-vers/model-ver/45ee0a8f-e953-40bd-8008-770a81a802f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220714-07:17:19:950-95270], vertex-id=[303296], Content-Length=[0], Date=[Thu, 14 Jul 2022 07:17:19 GMT], Content-Type=[application/json]}
2022-07-14T07:17:20.415Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-14T07:17:20.416Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-14T07:17:20.416Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-14T07:17:20.423Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-14T07:17:20.423Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba575eb0-fdb8-4e91-a9c0-d11e6d63493d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-14T07:17:20.424Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-14T07:17:20.424Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-14T07:17:20.427Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-14T07:17:20.427Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657783040423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:17:20.527Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-14T07:17:20.529Z||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-14T07:17:20.529Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:17:20.550Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:17:20.550Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 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-14T07:17:21.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:17:21.451Z||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-14T07:17:21.451Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:17:31.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:17:37.175Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:17:37.176Z||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-14T07:17:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:17:37.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:17:37.183Z||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-14T07:17:37.184Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:17:37.259Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:17:37.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:17:37.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9477912e-6186-4901-bf63-5d5b11041d61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782994907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:17:37.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:17:37.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:17:37.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:17:37.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:17:46.750Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:18:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:18:37.172Z||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-14T07:18:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:18:37.174Z||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-14T07:18:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:18:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:18:37.729Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:18:37.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-14T07:18:37.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657782995934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-14T07:18:37.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-14T07:18:37.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657783005981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-14T07:18:37.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:18:37.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657783009079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-14T07:18:37.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:18:37.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-14T07:18:37.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba575eb0-fdb8-4e91-a9c0-d11e6d63493d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657783040423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-14T07:18:37.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-14T07:18:46.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:19:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:19:37.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:19:37.182Z||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-14T07:19:37.182Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:19:37.183Z||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-14T07:19:37.183Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:19:46.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:19:46.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:20:37.175Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:20:37.178Z||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-14T07:20:37.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:20:37.178Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:20:37.205Z||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-14T07:20:37.206Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:20:46.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:20:46.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:21:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:21:37.173Z||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-14T07:21:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:21:37.175Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:21:37.175Z||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-14T07:21:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:21:46.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:21:46.760Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:22:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:22:37.171Z||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-14T07:22:37.173Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:22:37.174Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:22:37.179Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-14T07:22:37.180Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:22:46.738Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:22:46.759Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:23:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:23:37.173Z||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-14T07:23:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:23:37.195Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:23:37.195Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T07:23:37.196Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:23:46.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:23:46.824Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:24:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:24:37.172Z||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-14T07:24:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:24:37.175Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:24:37.175Z||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-14T07:24:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:24:46.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:24:46.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:25:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:25:37.174Z||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-14T07:25:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:25:37.182Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:25:37.185Z||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-14T07:25:37.185Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:25:46.782Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:25:46.831Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:26:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:26:37.172Z||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-14T07:26:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:26:37.175Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:26:37.176Z||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-14T07:26:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:26:46.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:26:46.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:27:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:27:37.172Z||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-14T07:27:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:27:37.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:27:37.174Z||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-14T07:27:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:27:46.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:27:46.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:28:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:28:37.175Z||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-14T07:28:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:28:37.175Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:28:37.201Z||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-14T07:28:37.211Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:28:46.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:28:46.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:29:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:29:37.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:29:37.176Z||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-14T07:29:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:29:37.176Z||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-14T07:29:37.178Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:29:46.851Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:29:46.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:30:37.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:30:37.172Z||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-14T07:30:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:30:37.187Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:30:37.188Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-14T07:30:37.189Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:30:46.801Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:30:46.829Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:31:37.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:31:37.175Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:31:37.181Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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-14T07:31:37.182Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:31:37.177Z||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-14T07:31:37.201Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:31:46.801Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:31:46.829Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:32:37.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:32:37.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:32:37.175Z||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-14T07:32:37.176Z||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-14T07:32:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:32:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:32:46.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:32:46.827Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:33:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:33:37.172Z||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-14T07:33:37.172Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:33:37.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:33:37.176Z||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-14T07:33:37.176Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:33:46.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:33:46.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:34:37.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:34:37.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:34:37.177Z||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-14T07:34:37.177Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:34:37.177Z||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-14T07:34:37.181Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:34:46.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:34:46.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:35:37.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:35:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:35:37.174Z||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-14T07:35:37.174Z||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-14T07:35:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:35:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:35:46.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:35:46.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:36:37.170Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:36:37.171Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T07:36:37.171Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:36:37.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:36:37.174Z||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-14T07:36:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:36:46.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:36:46.842Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:37:37.170Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:37:37.172Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-14T07:37:37.172Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:37:37.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:37:37.175Z||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-14T07:37:37.175Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:37:46.780Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:37:46.789Z|c22e94ce-3a9c-40f6-aa56-8fbfe8900e03|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:38:37.172Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:38:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-14T07:38:37.174Z||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-14T07:38:37.174Z||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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:38:37.175Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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-14T07:38:37.175Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|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 50jC3Cjw6q8b7uNO) ...
2022-07-14T07:38:46.809Z|ba575eb0-fdb8-4e91-a9c0-d11e6d63493d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-14T07:38:46.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK